From 38778baed4e25a44b71561309c77390ae0d24f6f Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Tue, 1 Jun 2021 09:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E6=8E=92?= =?UTF-8?q?=E7=89=88=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index f28b053..7175990 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -318,14 +318,14 @@ export default { flex-direction: column; align-items: center; position: relative; - padding: 1rem; + padding: 1rem 2rem; background-color: @colorWhite; overflow-y: scroll; .wrapper { width: 100%; min-width: 16rem; - max-width: 60rem; + max-width: 64rem; } } @@ -408,7 +408,7 @@ export default { .el-radio { margin: .5rem; padding: .8rem 1rem; - width: 16rem; + width: 15rem; border-radius: .25rem; border-left: solid .2rem transparent; background-color: #FFF;