修复样式问题

This commit is contained in:
hyyy
2025-04-21 16:01:04 +08:00
parent 73dce5e75e
commit a55da93dc4
2 changed files with 15 additions and 10 deletions

View File

@@ -157,11 +157,11 @@ td.o_required_modifier {
color: #aaa; color: #aaa;
} }
.o_kanban_primary_left { // .o_kanban_primary_left {
display: flex; // display: flex;
flex-direction: row-reverse; // flex-direction: row-reverse;
justify-content: flex-start; // justify-content: flex-start;
} // }
.o_list_view .o_list_table thead { .o_list_view .o_list_table thead {
position: sticky; position: sticky;

View File

@@ -148,12 +148,17 @@ td.o_required_modifier {
color: #aaa; color: #aaa;
} }
.o_kanban_primary_left { // .o_kanban_primary_left {
display: flex; // display: flex;
flex-direction: row-reverse; // flex-direction: row-reverse;
justify-content: flex-start; // justify-content: flex-start;
// }
.o_list_button {
min-width: 32px;
}
.o_list_record_remove {
padding-left: 0px !important;
} }
.diameter:before { .diameter:before {
content:"Ф"; content:"Ф";
display:inline; display:inline;