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: {