From 6eb2968c1e0978eb9eae2ce470836edc21302309 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 20 Sep 2024 09:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=A3=8E=E8=8F=9C=E7=AF=AE=E5=AD=90?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=BB=9A=E5=8A=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/next/dialog-module/zdyf-left/yfclz.vue | 15 +++++++++++++++ yifengdian-company-report/public/index.html | 13 ------------- yifengdian-company-report/src/views/home.vue | 10 ---------- 3 files changed, 15 insertions(+), 23 deletions(-) diff --git a/src/views/next/dialog-module/zdyf-left/yfclz.vue b/src/views/next/dialog-module/zdyf-left/yfclz.vue index eee7e03..58ac945 100644 --- a/src/views/next/dialog-module/zdyf-left/yfclz.vue +++ b/src/views/next/dialog-module/zdyf-left/yfclz.vue @@ -204,6 +204,7 @@ export default { > .content { box-sizing: border-box; color: #fff; + } } } @@ -217,11 +218,25 @@ export default { padding-top: 38px; width: 160px; height: 636px; + overflow-y: scroll; background: linear-gradient( 270deg, #1f7eff 0%, rgba(13, 113, 248, 0) 100% ); + &::-webkit-scrollbar { + width: 0px; + } + + &::-webkit-scrollbar-track { + border-radius: 10px; + background: rgba(251, 233, 197, 1); + } + + &::-webkit-scrollbar-thumb { + border-radius: 10px; + background: rgba(234, 201, 135, 1); + } &-list { &-item { width: 136px; diff --git a/yifengdian-company-report/public/index.html b/yifengdian-company-report/public/index.html index b8282c7..6801d05 100644 --- a/yifengdian-company-report/public/index.html +++ b/yifengdian-company-report/public/index.html @@ -15,16 +15,3 @@ - diff --git a/yifengdian-company-report/src/views/home.vue b/yifengdian-company-report/src/views/home.vue index 6ab6f2c..ab3b165 100644 --- a/yifengdian-company-report/src/views/home.vue +++ b/yifengdian-company-report/src/views/home.vue @@ -152,16 +152,6 @@ export default { this.seedNewsScreenList() }, mounted(){ - var i = document.createElement('iframe'); - i.src = 'https://www.baidu.com/favicon.ico'; - i.style.display = 'none'; - i.onload = function() { - setTimeout(function(){ - i.remove(); - }, 9) - } - document.title = to.meta.title; - document.body.appendChild(i); }, watch:{ $route: {