From 67a39c11e2f7a58932fa9befb0b8437fe3fb644b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A7=E8=83=86?= <1101282782@qq.com> Date: Tue, 2 Sep 2025 16:52:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B9=E6=B2=A1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/public/sdk/custom/css/index.css | 22 ++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/renderer/public/sdk/custom/css/index.css b/src/renderer/public/sdk/custom/css/index.css index fae933a..9eefdfe 100644 --- a/src/renderer/public/sdk/custom/css/index.css +++ b/src/renderer/public/sdk/custom/css/index.css @@ -755,10 +755,17 @@ } .YJ-custom-base-dialog>.content input[type=number] { - padding: 0 16px 0 10px; + /* padding: 0 16px 0 10px; font-weight: 700; font-family: 'D-Din-Bold'; - font-size: 18px; + font-size: 18px; */ + font-size: 12px; + font-weight: 400; + letter-spacing: 0px; + line-height: 24px; + color: rgba(204, 204, 204, 1); + text-align: left; + vertical-align: top; } .YJ-custom-base-dialog>.content input[type=number]::-webkit-outer-spin-button, @@ -2260,6 +2267,17 @@ flex: 0 0 60px; justify-content: center; } +.YJ-custom-base-dialog.submerge>.content .rangeWords { + width: 42px; + margin-left: 10px; + font-size: 14px; + font-weight: 500; + letter-spacing: 0px; + line-height: 24px; + color: rgba(230, 247, 255, 1); + text-align: right; + vertical-align: top; +} /* 地形分析 */ .YJ-custom-base-dialog.terrain-excavation>.content {