liudong
2024-08-12 6602e6bc17ee5f7d882802e8435fd2de0e2a826f
src/assets/style/global.less
@@ -92,3 +92,26 @@
    }
  }
}
.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;
}