|
@@ -105,6 +105,7 @@ export default {
|
|
|
background-color: #F2F3F6;
|
|
|
}
|
|
|
.bizId-select{
|
|
|
+ position: relative;
|
|
|
height: 628px;
|
|
|
width: 100%;
|
|
|
background-color:#FFFFFF;
|
|
@@ -149,7 +150,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.select-pagination {
|
|
|
- padding: 0 40px;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 10px;
|
|
|
+ right: 40px;
|
|
|
display: flex;
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
@@ -157,7 +160,6 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- margin-top: 26px;
|
|
|
.title {
|
|
|
color: #409EFF;
|
|
|
font-weight: 500;
|