tree视图表格样式修改

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

View File

@@ -562,3 +562,13 @@ body.o_web_client {
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;
}