From da5b91535e4c37facf65700ef40ca2360139bdf5 Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Mon, 26 Oct 2020 23:43:56 +0100 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=90=8E=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF=E5=B9=B6=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/style.scss | 3 +++ src/components/Film.vue | 24 +++++++++++++++--------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 42023fa..188b857 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -170,6 +170,9 @@ &.note{ width: 10%; } + &.info{ + width: 10%; + } &.operate{ .btn{ width: 40px; diff --git a/src/components/Film.vue b/src/components/Film.vue index 3ea7ca8..fb6d787 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -87,11 +87,13 @@