46 lines
600 B
Plaintext
46 lines
600 B
Plaintext
/* pages/workBench/components/approve/index.wxss */
|
|
.table {
|
|
width: 810rpx;
|
|
|
|
}
|
|
|
|
.tableWrapper {
|
|
width: 100vw;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.thead {
|
|
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
.thead .th {
|
|
padding: 20rpx;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.primaryTextBtn {
|
|
color: #1989fa;
|
|
}
|
|
|
|
.tbody {
|
|
width: 810rpx;
|
|
}
|
|
|
|
.tbody .tr {
|
|
padding: 20rpx;
|
|
border-bottom: 1rpx solid #EEEEEE;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.tbody .tr {
|
|
word-break: break-all;
|
|
text-align: center;
|
|
}
|