维修管理,作业管理

This commit is contained in:
2023-09-11 15:15:28 +08:00
parent b90ba8658b
commit 77a13c62e3
6 changed files with 23 additions and 10 deletions

View File

@@ -373,24 +373,27 @@ uni-button:after {
.grid_new {
width: 100%;
display: flex;
justify-content: space-between;
justify-content: flex-start;
align-items: flex-start;
}
.grid_l {
-webkit-box-flex: 0;
/* -webkit-box-flex: 0;
-ms-flex: 0 0 100rpx;
flex: 0 0 100rpx;
flex: 0 0 100rpx; */
width: 200rpx;
}
.grid_r {
-webkit-box-flex: 1;
/* -webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
flex: 1; */
width: calc(100% - 200rpx);
overflow-x: scroll;
}
.grid_l table, .grid_r table {
border-collapse: separate;
border-spacing: 0;
border: 0;
width: 100%;
}
.grid_l table th, .grid_r table th {
background: #d7d7d7;
@@ -408,12 +411,13 @@ uni-button:after {
.grid_l table td, .grid_r table td {
font-size: 28rpx;
line-height: 76rpx;
height: 108rpx;
color: #323232;
background: #fff;
white-space: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
padding: 11rpx 20rpx;
padding: 0 20rpx;
border-bottom: 10rpx solid #f5f5f5;
text-align: center;
}