修改订单工序

This commit is contained in:
2024-09-01 16:21:54 +08:00
parent 70a073cecf
commit 2f0b9b40bc
23 changed files with 4158 additions and 510 deletions

View File

@@ -144,12 +144,12 @@ uni-button:after {
.slide_new table td:first-child{
position: sticky;
left: 0;
z-index: 101;
z-index: 31;
}
.slide_new table th:first-child{
position: sticky;
left: 0;
z-index: 102;
z-index: 32;
}
.slide_new table thead tr th {
position: sticky;
@@ -161,7 +161,7 @@ uni-button:after {
color: #7d7d7d;
background-color: #dcdfea;
font-weight: bold;
z-index: 100;
z-index: 30;
}
.slide_new table tbody tr td {
font-size: 28rpx;
@@ -178,15 +178,23 @@ uni-button:after {
background: #fff;
}
.slide_new table tbody tr td .td_input {
width: 150rpx;
width: 230rpx;
font-size: 28rpx;
color: #305fbf;
line-height: 30rpx;
line-height: 58rpx;
height: 58rpx;
padding: 14rpx;
padding: 0 10rpx;
border: 1px solid #889dc7;
box-shadow: 0 0 0 2px rgba(136, 157, 199,.2);
border-radius: 10rpx;
margin: 0 auto;
}
.slide_new table tbody tr td .td_select {
width: 230rpx;
font-size: 28rpx;
color: #305fbf;
line-height: 58rpx;
margin: 0 auto;
}
.slide_new table thead tr th.fontcol1,.slide_new table tbody tr td.fontcol1 {
color: #4e6ef2;
@@ -266,7 +274,7 @@ uni-button:after {
bottom: 0;
left: 0;
width: 100%;
z-index: 200;
z-index: 30;
background-color: #fff;
padding: 14rpx;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);