tree视图表格样式修改

This commit is contained in:
WEB许何哲\xuhez
2023-07-19 10:40:15 +08:00
parent 1bae5ecb55
commit 3b09297600

View File

@@ -561,4 +561,14 @@ body.o_web_client {
.ui-sortable .o_data_row .o_data_cell .me-2 {
display: flex !important;
align-items: center;
}
}
.o_data_cell>button[type="null"] {
background-color: #ccc !important;
border: none !important;
}
.o_dialog .modal .modal-footer footer {
justify-content: flex-end;
}