css
This commit is contained in:
@@ -46,7 +46,7 @@ uni-toast .uni-toast {
|
||||
}
|
||||
.search-confirm-wrap_2 {
|
||||
width: calc(100% - 20px);
|
||||
margin: 0 auto;
|
||||
margin: 0 auto 10px auto;
|
||||
}
|
||||
.search-label{
|
||||
height: 35px;
|
||||
@@ -139,9 +139,10 @@ uni-toast .uni-toast {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.table-wrap {
|
||||
width: 100%;
|
||||
width: calc(100% - 30px);
|
||||
margin: 0 auto;
|
||||
padding: 15px 0 10px 0;
|
||||
padding: 0;
|
||||
max-height: 348px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.table-wrap_1 {
|
||||
|
||||
Reference in New Issue
Block a user