收货确认需求修改

This commit is contained in:
2024-07-15 15:41:12 +08:00
parent c7a37b35d3
commit 3c5422d71c
6 changed files with 47 additions and 21 deletions

View File

@@ -40,6 +40,10 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
border: 1px solid #00a3dd;
box-shadow: rgba(4, 136, 203, 0.2) -3px 6px 6px 1px, rgba(4, 136, 203, 0.2) 3px -3px 6px 1px;
}
.search-confirm-wrap_2 {
width: calc(100% - 20px);
margin: 0 auto;
}
.search-label{
height: 35px;
font-size: 16px;
@@ -137,6 +141,9 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
padding: 15px 0 10px 0;
overflow-y: auto;
}
.table-wrap_1 {
width: calc(100% - 20px);
}
.grid-table {
min-width: 100%;
border-spacing: 0;
@@ -557,4 +564,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
}
.uni-select__selector-item:hover {
background-color: #3F6ACA !important;
}
.uni-input-placeholder {
color: #fff;
}