46 lines
889 B
Plaintext
46 lines
889 B
Plaintext
@charset "UTF-8";
|
|
/* 水平间距 */
|
|
/* 水平间距 */
|
|
/* uni.scss */
|
|
.table_div.data-v-f09ab5a8 {
|
|
height: 100%;
|
|
max-width: calc(100% - 0px);
|
|
max-height: calc(100vh - 24px);
|
|
flex: 1;
|
|
padding-top: 0px;
|
|
overflow-x: scroll;
|
|
}
|
|
/*table样式*/
|
|
.table_cur.data-v-f09ab5a8 {
|
|
width: 100%;
|
|
empty-cells: show;
|
|
border-collapse: collapse;
|
|
font-size: 14px;
|
|
}
|
|
.table_cur ._tr.data-v-f09ab5a8 {
|
|
display: flex;
|
|
line-height: 56rpx;
|
|
}
|
|
.table_cur ._th.data-v-f09ab5a8 {
|
|
height: 56rpx;
|
|
color: #2f4056;
|
|
background: #e1f3ff;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
text-align: center !important;
|
|
}
|
|
.table_cur ._td.data-v-f09ab5a8 {
|
|
height: 56rpx;
|
|
font-size: 14px;
|
|
color: #2f4056;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
white-space: nowrap;
|
|
text-align: center !important;
|
|
}
|
|
/*table样式 end*/
|
|
|