From f52be616dbbf2b376bf4d5dfefb951947812e25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8D=E9=94=90?= <1565842059@qq.com> Date: Fri, 7 Aug 2026 17:05:31 +0800 Subject: [PATCH] =?UTF-8?q?style(unwindSwapTrade):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E5=AE=BD=E5=BA=A6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 swap-delivery-price-input-unwind 的宽度从 160px 调整为 140px - 将 swap-delivery-price-input-income 的宽度从 160px 调整为 140px --- YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css b/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css index 402e56b9..1fe0acde 100644 --- a/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css +++ b/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css @@ -100,9 +100,9 @@ td input { } td input.swap-delivery-price-input-unwind { - width: 160px !important; + width: 140px !important; } td input.swap-delivery-price-input-income { - width: 160px !important; + width: 140px !important; }