From ef6fcbba39c0aec5e1b76e98d34b1d35e64666fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=B1=E6=96=8C=2810008084=29?= Date: Wed, 17 Mar 2021 15:23:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E4=BA=86=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pcss/index.pcss | 24 ++++++++++++++++++++++++ src/views/home/body.vue | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/pcss/index.pcss b/src/pcss/index.pcss index e69de29..fc28bcb 100644 --- a/src/pcss/index.pcss +++ b/src/pcss/index.pcss @@ -0,0 +1,24 @@ +*{ + box-sizing: border-box +} +html, +body, +#root { + height: 100%; +} +::-webkit-scrollbar { + width: 6px; + height: 10px; + background-color: #fff; +} + a:focus, + a:hover { + text-decoration: none !important + } + +input::-ms-clear { + display: none; +} +input::-ms-reveal { + display: none; +} diff --git a/src/views/home/body.vue b/src/views/home/body.vue index cd1e35b..7fa192d 100644 --- a/src/views/home/body.vue +++ b/src/views/home/body.vue @@ -1,5 +1,5 @@