From da2ee385acc41c5a66ba68e6a2e5f6de53395974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=99=93=E9=B8=BD?= Date: Mon, 26 Sep 2022 14:02:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E6=94=B9=E8=AE=A8=E8=AE=BA?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E8=83=8C=E6=99=AF=E5=9B=BE=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=A1=86placeholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ballot/BallotPage.vue | 2 ++ src/views/discussdetail/DiscussDetail.vue | 23 ++++++++++++++++++++++- src/views/homework/HomeworkPage.vue | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/views/ballot/BallotPage.vue b/src/views/ballot/BallotPage.vue index ea48852..f1840c4 100644 --- a/src/views/ballot/BallotPage.vue +++ b/src/views/ballot/BallotPage.vue @@ -383,6 +383,8 @@ export default { height: 140px; border-radius: 8px; background-image: url(../../assets/image/px.png); + background-size: 100% 100%; + background-position: center; } } .ontitle { diff --git a/src/views/discussdetail/DiscussDetail.vue b/src/views/discussdetail/DiscussDetail.vue index 409e2e3..a9473fa 100644 --- a/src/views/discussdetail/DiscussDetail.vue +++ b/src/views/discussdetail/DiscussDetail.vue @@ -218,7 +218,7 @@ export default { }; -