From f3c98c972774f05af9a9bec8edcaf2fe4c300491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=84=B1?= Date: Thu, 9 May 2024 11:18:01 +0800 Subject: [PATCH] =?UTF-8?q?//=20=E4=BF=AE=E6=94=B9=20=E3=80=90=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=8E=92=E7=A8=8B=E3=80=91=E3=80=90=E9=85=8D=E9=80=81?= =?UTF-8?q?=E3=80=91=20=E6=8C=89=E9=92=AEUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_frontend/static/src/scss/custom_style.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index 73d5ce96..b70cc749 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -496,4 +496,11 @@ div:has(.o_required_modifier) > label::before { .o_field_widget.o_readonly_modifier.o_required_modifier.o_field_many2one[name=production_id] .o_form_uri { font-weight: bold; font-size: 20px; +} + +// 修改 【批量排程】【配送】 按钮UI +.btn-secondary { + color: #fff; + background-color: #4A4F59; + border-color: #4A4F59; } \ No newline at end of file