From 9c42852a6b0ad6ad49719e932b5de063e3ed2f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=A6=E9=BA=9F=20=E7=8E=8B?= Date: Tue, 25 Aug 2026 14:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E4=B8=AA=E8=BF=BD=E4=BF=9D=E5=8C=BA?= =?UTF-8?q?=E9=97=B4=E7=9A=84=E8=BE=93=E5=85=A5=E6=A1=86=E8=B0=83=E7=AA=84?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=EF=BC=8C=E4=BD=BF=E5=BE=97=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E7=9A=84=E6=AF=8F=E4=B8=AA=E5=8D=95=E5=85=83=E6=A0=BC=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E5=80=BC=E4=B8=8D=E4=BC=9A=E8=B6=85=E8=BF=87?= =?UTF-8?q?=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../margin_template_v2ClientEdit.cshtml | 2 +- .../margin_template_v2DefaultEdit.cshtml | 2 +- .../margin_template_v2/margin_template_v2Edit.cshtml | 2 +- .../wwwroot/Style/Css/margin_template_v2Edit.css | 12 ++++++++++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml b/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml index 860ce4b0..851f637c 100644 --- a/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml +++ b/YLErpWeb/Views/margin_template_v2/margin_template_v2ClientEdit.cshtml @@ -209,7 +209,7 @@ @*规则15区间追保录入(客户原型全量手工录入,资产类型区块式):纯利率债区块固定展开4个期限档、每档一套参数;其他资产类型区块一套参数、无期限档;x/y 字段保留兼容存量数据*@ -
+

参数组{{blk.no}}:资产类型:{{underlyingTypeNames(blk.ut)}} @*ETF 子类(仅纯基金区块展示):选 可转债ETF/科创债ETF 分期限档(展开4档),其他子类/不区分不分档*@ diff --git a/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml b/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml index 9a63a21a..bbbec2cf 100644 --- a/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml +++ b/YLErpWeb/Views/margin_template_v2/margin_template_v2DefaultEdit.cshtml @@ -210,7 +210,7 @@

@*规则15区间追保录入(客户原型全量手工录入,资产类型区块式):纯利率债区块固定展开4个期限档、每档一套参数;其他资产类型区块一套参数、无期限档;x/y 字段保留兼容存量数据*@ -
+

参数组{{blk.no}}:资产类型:{{underlyingTypeNames(blk.ut)}} @*ETF 子类(仅纯基金区块展示):选 可转债ETF/科创债ETF 分期限档(展开4档),其他子类/不区分不分档*@ diff --git a/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml b/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml index c7a3f6c9..e14b00fd 100644 --- a/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml +++ b/YLErpWeb/Views/margin_template_v2/margin_template_v2Edit.cshtml @@ -186,7 +186,7 @@

@*规则15区间追保录入(客户原型全量手工录入,资产类型区块式):纯利率债区块固定展开4个期限档、每档一套参数;其他资产类型区块一套参数、无期限档;x/y 字段保留兼容存量数据*@ -
+

参数组{{blk.no}}:资产类型:{{underlyingTypeNames(blk.ut)}} @*ETF 子类(仅纯基金区块展示):选 可转债ETF/科创债ETF 分期限档(展开4档),其他子类/不区分不分档*@ diff --git a/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css b/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css index 0bd6779c..a84c7d9d 100644 --- a/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css +++ b/YLErpWeb/wwwroot/Style/Css/margin_template_v2Edit.css @@ -88,3 +88,15 @@ p { padding-top: 5px; padding-bottom: unset; } + +/*区间追保结构区块:单元格里多个数字输入与文字并列,全局 input[type=text] 152px 会把单元格内容挤成两行,调窄保证单行*/ +.spanBlk table input[type=text] { + width: 50px; + padding-left: 2px; + padding-right: 2px; +} + +/*同区块表格单元格边距:bootstrap .table 默认 0.75rem,压缩使表格更紧凑*/ +.spanBlk table th, .spanBlk table td { + padding: 2px 4px; +}