From 5a55db1dc57bdfda5a6d1e96dca5d14c2d2abcba Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 25 Feb 2022 16:16:18 +0800 Subject: [PATCH] css --- src/apps/AppIntegralAudit/detail.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 329ccff8..69182404 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -34,7 +34,7 @@
*积分类别
-
+
{{ $dict.getLabel('atWillReportType',data.auditIntegralType) || '请选择' }}
@@ -46,7 +46,7 @@
-
+
积分调整
{{ data.integral }}
@@ -185,6 +185,7 @@ export default { }, integralType(e) { this.data.auditIntegralType = e[0].value + this.typeChange() }, submit() { if(this.opts==1){ @@ -339,9 +340,6 @@ export default { padding: 34px 0; border-bottom: 1px solid #D8DDE6; - .last { - border-bottom: 1px solid #D8DDE6; - } .label { width: 30%; @@ -354,10 +352,6 @@ export default { text-align: right; } } - - .integral-item:last-child { - border-bottom: none; - } } .reject {