From d1cd5af5adb53e91efdd278328e1b6f8ad834fb5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 二月 2025 21:11:56 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/components/normalform/modalform/styleInput/index.scss | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/normalform/modalform/styleInput/index.scss b/src/components/normalform/modalform/styleInput/index.scss index b058a37..5dbf186 100644 --- a/src/components/normalform/modalform/styleInput/index.scss +++ b/src/components/normalform/modalform/styleInput/index.scss @@ -1,4 +1,4 @@ -.style-input-wrap { +.mk-style-input-wrap { line-height: 32px; .ant-select { width: 60px!important; @@ -6,6 +6,8 @@ .single-unit { width: 38px; text-align: left; - color: rgba(255, 255, 255, 0.65); + } + div[title="vh"], div[title="vw"] { + color: #1890ff; } } -- Gitblit v1.8.0