2020-11-29 16:26:53 +08:00
|
|
|
.ant-table-cell:not(.ant-table-selection-column) {
|
|
|
|
min-width: 100px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.ant-table-wrapper {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.table-pagination {
|
|
|
|
margin-top: 24px;
|
|
|
|
ul {
|
|
|
|
float: right;
|
|
|
|
}
|
2020-12-30 00:00:39 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ant-descriptions-item-label {
|
|
|
|
font-weight: 500;
|
|
|
|
text-align: right;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-form-item-label {
|
|
|
|
font-weight: 500;
|
2020-11-29 16:26:53 +08:00
|
|
|
}
|