From f267a09808ba1abfa0aae25ef41906676d361f85 Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Wed, 25 Mar 2020 18:41:58 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=B8=B4=E6=97=B6=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BA=86=20=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=9C=A8=E4=B8=8D=E5=90=8C=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 7ea098697..fab4c6327 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -74,7 +74,7 @@
- +
@@ -129,7 +129,7 @@
- +
@@ -701,7 +701,8 @@ export default { display: table; } width: 100%; - background: url('../../../assets/images/proposal/proposal_bg.png') repeat-y; + background: url('../../../assets/images/proposal/proposal_bg.png') no-repeat; + background-color: #F7F7F7; background-size: 100% auto; .line-height { line-height: 35px; @@ -818,6 +819,9 @@ export default { width: 24px; height: 24px; } + .img180 { + transform:rotate(180deg); + } } .model_title { margin: 29px 15px;