From b398e392d0826b1d438aa0a689409b01478de02e Mon Sep 17 00:00:00 2001 From: hjhan Date: Fri, 28 Aug 2026 09:21:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=A2=84=E4=BB=98=E9=87=91=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=9C=9F=E9=99=90=E6=A1=A3=E4=BD=8D=E8=A1=A8=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=88=97=E5=AE=BD=E6=AF=94=E4=BE=8B=EF=BC=8C=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=BB=84=E5=8C=BA=E5=9D=97=E5=A4=96=E8=BE=B9=E7=95=8C?= =?UTF-8?q?=E5=8A=A0=E6=B7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 期限档位表 table-layout:fixed:标的资产类型吃剩余宽度,期限档位 220px/操作 110px 按内容定宽 - 参数组区块边框加深(#9e9e9e),与区块内浅灰表格线拉开分组层次 --- .../margin_template_v2ClientEdit.cshtml | 4 ++-- .../margin_template_v2DefaultEdit.cshtml | 4 ++-- .../margin_template_v2/margin_template_v2Edit.cshtml | 4 ++-- YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css | 11 +++++++++++ 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml b/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml index 081238e0..8242976e 100644 --- a/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml +++ b/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml @@ -174,8 +174,8 @@ 标的资产类型 - 期限档位 - 操作 + 期限档位 + 操作 diff --git a/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml b/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml index 78008fd0..452a817b 100644 --- a/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml +++ b/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml @@ -175,8 +175,8 @@ 标的资产类型 - 期限档位 - 操作 + 期限档位 + 操作 diff --git a/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml b/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml index dc509806..5195127e 100644 --- a/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml +++ b/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml @@ -140,8 +140,8 @@ 标的资产类型 - 期限档位 - 操作 + 期限档位 + 操作 diff --git a/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css b/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css index 0be4abd6..424ff76d 100644 --- a/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css +++ b/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css @@ -149,3 +149,14 @@ p { border-left: 3px solid #e33333; padding-left: 6px; } + +/*参数组区块外边界加深:区块内表格线是浅灰,外框同步太浅导致分组不明显*/ +.spanBlk.border { + border-color: #9e9e9e !important; +} + +/*期限档位区块表:固定布局让"标的资产类型"列吃剩余宽度,期限档位/操作按内容定宽, + 避免两列均分 100% 时操作列被撑得过宽、与内容不成比例*/ +.border.detail table { + table-layout: fixed; +}