修改设备table布局

This commit is contained in:
qihao.gong@jikimo.com
2023-10-16 17:23:04 +08:00
parent 0f15814916
commit 93a6b4ccb4
2 changed files with 73 additions and 12 deletions

View File

@@ -316,4 +316,28 @@ div[class="o_content o_component_with_search_panel"] .o_kanban_primary_right > .
.o_horizontal_separator {
font-size: 1.5rem;
}
}
.o_field_widget input[class='o_input'] {
text-align: center
}
div:has(.o_required_modifier) > label::before {
position: absolute;
left: -3px;
}
.o_form_view .o_form_label {
position: relative;
width: 9rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 1rem;
}
.o_form_view .o_form_label:hover {
white-space: normal;
overflow: visible;
}