From c1793bc9207d8fb6367b76e3a74c35d0c61a2b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=8D=8E=E7=A5=A5?= Date: Mon, 13 Apr 2020 10:25:36 +0800 Subject: [PATCH] =?UTF-8?q?GFRS-454=E3=80=900326=E3=80=91=20=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=E4=B9=A6=E4=BC=98=E5=8C=962.0=20=20--=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B41=E3=80=81=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4=20--?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E9=98=B3=E5=8D=8E=E7=A5=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 5dcf3e2f8..2e6fc72ba 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -56,11 +56,7 @@
交费期间
首年保费(元)
-
+
{{ riskItem.riskName }}
{{ riskItem.amt ? riskItem.amt : '--' }}
{{ riskItem.insureName }}
@@ -390,7 +386,7 @@ export default { methods: { initDutyColor(code) { if (code) { - return code.replace(new RegExp('', 'g'), '') + return code.replace(new RegExp('', 'g'), '') } else { return '' } @@ -1235,4 +1231,19 @@ export default { line-height: 20px; margin: 5px 0px; } +.van-button::before { + position: absolute; + top: 50%; + left: 50%; + width: 100%; + height: 100%; + /* background-color: #000; */ + border: inherit; + /* border-color: #000; */ + border-radius: inherit; + -webkit-transform: translate(-50%,-50%); + transform: translate(-50%,-50%); + opacity: 0; + content: ' '; +}