Browse Source

移风菜篮子左侧滚动样式

master
mk 11 months ago
parent
commit
6eb2968c1e
  1. 15
      src/views/next/dialog-module/zdyf-left/yfclz.vue
  2. 13
      yifengdian-company-report/public/index.html
  3. 10
      yifengdian-company-report/src/views/home.vue

15
src/views/next/dialog-module/zdyf-left/yfclz.vue

@ -204,6 +204,7 @@ export default {
> .content { > .content {
box-sizing: border-box; box-sizing: border-box;
color: #fff; color: #fff;
} }
} }
} }
@ -217,11 +218,25 @@ export default {
padding-top: 38px; padding-top: 38px;
width: 160px; width: 160px;
height: 636px; height: 636px;
overflow-y: scroll;
background: linear-gradient( background: linear-gradient(
270deg, 270deg,
#1f7eff 0%, #1f7eff 0%,
rgba(13, 113, 248, 0) 100% 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 { &-list {
&-item { &-item {
width: 136px; width: 136px;

13
yifengdian-company-report/public/index.html

@ -15,16 +15,3 @@
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
</html> </html>
<script>
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)
}
console.log(to);
document.title = to.meta.title;
document.body.appendChild(i);
</script>

10
yifengdian-company-report/src/views/home.vue

@ -152,16 +152,6 @@ export default {
this.seedNewsScreenList() this.seedNewsScreenList()
}, },
mounted(){ 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:{ watch:{
$route: { $route: {

Loading…
Cancel
Save