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