修改制造模块子页面样式问题

This commit is contained in:
黄焱
2024-04-08 17:17:27 +08:00
parent bb29db2ff5
commit 4c9fbab471
4 changed files with 40 additions and 34 deletions

View File

@@ -467,3 +467,15 @@ div:has(.o_required_modifier) > label::before {
background: #71639e;
color: #fff
}
// 修改时间输入框宽度
.o_datepicker_input.o_input.datetimepicker-input {
width: 200px;
}
.o_form_view .o_form_editable .o_row > .o_field_widget, .o_form_view .o_form_editable .o_row > .o_field_widget.o_field_float_time {
width: auto !important;
flex: unset;
}