分切下料2

This commit is contained in:
2025-03-19 17:01:26 +08:00
parent 6b9ff24685
commit 0bd289b8ff
6 changed files with 61 additions and 19 deletions

View File

@@ -360,6 +360,21 @@ uni-button:after {
.slide_new table tr.checked td:last-child {
border-right: 1rpx solid #6798ef;
}
.slide table {
table-layout: auto;
width: 100%;
}
.slide table th:first-child, .slide table td:first-child {
box-shadow: none;
}
.slide table td {
line-height: 28rpx;
padding: 6rpx 20rpx;
white-space: normal;
}
.mini-btn {
padding: 0 20rpx !important;
}
/** **/
.submitbar {