Vue+Ant-Design-Vue+JeecgBoot项目 滚动条样式 全局设置

5 篇文章 1 订阅
2 篇文章 0 订阅

项目技术框架:Vue+Ant-Design-Vue+JeecgBoot

 

滚动条全局样式设置,可在public/index.html中添加设置滚动条的样式

/* 滚动条优化 start */
    /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
    ::-webkit-scrollbar{
      /* width: 10px;
      height: 10px;
      background-color: #ebebe0; */
      width: 6px;
      height: 6px;
      background-color: transparent;
    }
    /* 定义滚动条轨道 内阴影+圆角 */
    ::-webkit-scrollbar-track{
      -webkit-box-shadow:inset 0 0 6px rgba(139, 136, 136, 0.3)!important;
      border-radius:5px;
      background-color: #f5f5f5;
    }
    /*定义滑块  内阴影+圆角*/
    .input-table .thead::-webkit-scrollbar-thumb, .input-table .thead .tr::-webkit-scrollbar-thumb, .input-table .scroll-view::-webkit-scrollbar-thumb,
    ::-webkit-scrollbar-thumb{
      border-radius: 5px;
      box-shadow: inset 0 0 6px rgba(151, 146, 146, 0.3);
      background-color: #328bdf!important;
    }
    .input-table .thead::-webkit-scrollbar-thumb:hover,
     .input-table .thead .tr::-webkit-scrollbar-thumb:hover,
     .input-table .scroll-view::-webkit-scrollbar-thumb:hover,
    ::-webkit-scrollbar-thumb:hover{
      background-color: #568cb1;
    }
    /* 滚动条优化 end */

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值