sf-制造-功能刀具标准库字段样式调整
This commit is contained in:
@@ -25,3 +25,17 @@
|
||||
.o_search_panel.account_root {
|
||||
flex: unset !important;
|
||||
}
|
||||
|
||||
.multi-line {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
> label.o_form_label {
|
||||
width: 52px;
|
||||
}
|
||||
> span {
|
||||
flex: 1;
|
||||
}
|
||||
> div {
|
||||
flex: 2
|
||||
}
|
||||
}
|
||||
@@ -138,7 +138,7 @@
|
||||
<field name="brand_id" required="1"/>
|
||||
<label for="integral_run_out_accuracy_min" string="端跳精度"
|
||||
attrs="{'invisible': [('cutting_tool_type', '!=', '整体式刀具')]}"/>
|
||||
<div class="o_address_format"
|
||||
<div class="o_address_format multi-line"
|
||||
attrs="{'invisible': [('cutting_tool_type', '!=', '整体式刀具')]}">
|
||||
<label for="integral_run_out_accuracy_min" string="最小"/>
|
||||
<field name="integral_run_out_accuracy_min" class="o_address_zip"
|
||||
|
||||
Reference in New Issue
Block a user