From 6deaca4d4b69f3af8ba436561fd8d728ab01070d Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Mon, 7 Jul 2025 14:40:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A8=E6=A0=BC=E5=A2=9E=E5=8A=A0Tag?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E4=BB=A5=E9=80=82=E5=BA=94=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ResultDisplay-Beta.vue | 39 +++++++++++++------ 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/src/views/spectrumAnalysis/components/ResultDisplay-Beta.vue b/src/views/spectrumAnalysis/components/ResultDisplay-Beta.vue index bc5f10e..ac660e3 100644 --- a/src/views/spectrumAnalysis/components/ResultDisplay-Beta.vue +++ b/src/views/spectrumAnalysis/components/ResultDisplay-Beta.vue @@ -17,6 +17,9 @@ {{ text }} + + @@ -48,13 +54,13 @@ const columns = [ scopedSlots: { customRender: 'flag', }, - width: 40, + width: 45, }, { title: 'Isotope', dataIndex: 'nuclideName', ellipsis: true, - width: 80, + width: 83, }, { title: 'Concentration', @@ -62,7 +68,7 @@ const columns = [ scopedSlots: { customRender: 'concentration', }, - width: 128, + width: 125, }, { title: 'Uncertainty', @@ -70,7 +76,7 @@ const columns = [ scopedSlots: { customRender: 'uncertainty', }, - width: 118, + width: 115, }, { title: 'MDC[mBq/m3]', @@ -78,7 +84,16 @@ const columns = [ scopedSlots: { customRender: 'mdc', }, - width: 133, + width: 128, + }, + { + title: 'Tag', + dataIndex: 'roiOrPeakFit', + align: 'center', + scopedSlots: { + customRender: 'tag', + }, + width: 40, }, ] export default { @@ -139,13 +154,15 @@ export default { font-family: MicrosoftYaHei; font-size: 16px; background-color: transparent !important; + padding: 6px 4px !important; - &:first-child { - padding-left: 0 !important; - } - &:last-child { - padding-right: 0 !important; - } + // &:first-child { + // padding-left: 0 !important; + // padding-right: 0 !important; + // } + // &:last-child { + // padding-right: 0 !important; + // } } .ant-table-tbody {