tachybase_todo/packages/app/src/components/views/style.less

24 lines
345 B
Plaintext
Raw Normal View History

.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;
}