From 2ba53bbb0232ace04699cd3e6809fa4c06715a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=84=B1?= Date: Tue, 21 May 2024 17:38:54 +0800 Subject: [PATCH] =?UTF-8?q?//=20=E5=8A=9F=E8=83=BD=E5=88=80=E5=85=B7?= =?UTF-8?q?=E7=BB=84=E8=A3=85=E5=8D=95=20=E5=BC=B9=E7=AA=97=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_frontend/static/src/scss/custom_style.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index b70cc749..59ffdd58 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -503,4 +503,16 @@ div:has(.o_required_modifier) > label::before { color: #fff; background-color: #4A4F59; border-color: #4A4F59; +} + +// 功能刀具组装单 弹窗样式 +.o_horizontal_separator.mt-4.mb-3.text-uppercase.fw-bolder.small ~ div.col-lg-6 .o_inner_group.col-lg-6 { + width: 100%; +} +.o_horizontal_separator.mt-4.mb-3.text-uppercase.fw-bolder.small ~ div .o_inner_group .o_wrap_field.d-flex.d-sm-contents.flex-column{ + display: flex!important; + flex-direction: row!important; + input { + border-bottom: 1px solid; + } } \ No newline at end of file