修改表格,等样式

This commit is contained in:
黄焱
2024-01-05 14:10:43 +08:00
parent 5b9b700372
commit e29883d0de
8 changed files with 107 additions and 8 deletions

View File

@@ -8,4 +8,14 @@
.modal-content .o_list_button {
}
.o_form_view .o_field_widget .o_list_renderer {
width: calc(100% - 64px) !important;
margin:0 auto;
overflow: auto;
}
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector).o_list_number {
text-align: left;
}