修改tree视图样式bug

This commit is contained in:
WEB许何哲\xuhez
2023-09-05 16:44:42 +08:00
parent 2b22215853
commit b47dbe29c0
3 changed files with 25 additions and 2 deletions

View File

@@ -130,3 +130,20 @@ td.o_required_modifier {
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) {
white-space: nowrap !important;
}
.o_status {
width: 18px;
height: 18px;
}
.czyg {
font-size: 12px;
margin-right: 10px;
color: #aaa;
}
.o_kanban_primary_left {
display: flex;
flex-direction: row-reverse;
justify-content: flex-start;
}