From eff0085d73d9c51d29c28eb4c8849796ee8da749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E7=BA=A2=E6=A2=85?= <1924913374@qq.com> Date: Thu, 8 Sep 2022 15:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E6=BB=9A=E5=8A=A8=E6=9D=A1=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../edittemplate/goodstemplate.less | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/pages/exchangepage/edittemplate/goodstemplate.less b/src/pages/exchangepage/edittemplate/goodstemplate.less index f6fc1aaa..d745fb74 100644 --- a/src/pages/exchangepage/edittemplate/goodstemplate.less +++ b/src/pages/exchangepage/edittemplate/goodstemplate.less @@ -118,7 +118,7 @@ } .goodstemplate { - + overflow-y: auto; .selectBorder { z-index: 2; -webkit-box-sizing: border-box; @@ -285,4 +285,23 @@ //优惠券图片 .picture { width: 100%; -} \ No newline at end of file +} +.goodstemplate::-webkit-scrollbar { + + width: 6px; + + } + + .goodstemplate::-webkit-scrollbar-track { + + background-color:#F3F4F5; + border-radius: 4px; + } + + .goodstemplate::-webkit-scrollbar-thumb { + background-color:#C1C1C1; + border-radius: 4px; + opacity: 0.7; + width: 6px; + height: 4px; + } \ No newline at end of file