zhangxiao
2024-08-16 5efb195a3e0c956c4b254408a8868368135eb773
src/assets/style/global.less
@@ -95,4 +95,23 @@
.container {
    padding: 0 20px 20px 20px;
}
::-webkit-scrollbar{ /*滚动条整体样式*/
  width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
::-webkit-scrollbar-thumb{ /*滚动条里面小方块*/
  border-radius: 5px;
  background: #cfcbcb;
}
::-webkit-scrollbar-track{ /*滚动条里面轨道*/
  border-radius: 6px;
  background: #ededed;
}
.arco-form .arco-slider{
  display: flex!important;
}