From dc4212f92ddd9d514123e257ba0b44c08914591b Mon Sep 17 00:00:00 2001 From: Yiru Date: Mon, 2 Oct 2023 20:09:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=AA=A2=E7=B5=90=E6=9E=9C=E8=B3=87?= =?UTF-8?q?=E6=96=99=E7=B6=AD=E8=AD=B7=20=E7=95=AB=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml | 4 ++-- AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml | 21 ++++++++++++--------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml index 82769dc8..a24f8ec4 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml @@ -553,7 +553,7 @@ cols: [[ { field: 'inspectionItemID', width: 50, title: '#', }, { field: 'inspectionItemName', title: '項目', align: 'left' }, - { field: 'inspectionItemValue', width: 80, title: '標準值', align: 'left' }, + { field: 'inspectionItemValue', width: 100, title: '標準值', align: 'left' }, { field: 'inspectionResult', title: '稽核結果', width: 100, align: "left", templet: '#selectResult' }, { field: 'line', title: '線別', width: 100, align: "left", templet: '#selectLine', style: 'display:none' }, { field: 'station', title: '站別', width: 100, align: "left", templet: '#selectStation', style: 'display:none' }, @@ -718,7 +718,7 @@ } }, error: function (result) { - alert(`呼叫API失敗`); + alert('呼叫API失敗'); } }); } diff --git a/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml index 0635a7fd..71dd54dd 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml @@ -16,11 +16,12 @@ margin-left: -10px; margin-right: -10px; } + .layui-table-cell { - height:auto; - overflow:visible; - text-overflow:inherit; - white-space:normal + height: auto; + overflow: visible; + text-overflow: inherit; + white-space: normal }
@@ -146,7 +147,7 @@ @*備註*@ @*線別*@ @*插件位置*@ @*缺失單位*@ *@ - + }