liuchengxin
2022-06-06 4001279159dd37942b3cf4c83ab537f95832a82d
src/assets/styles/custom.scss
@@ -0,0 +1,24 @@
/*滚动条样式*/
::-webkit-scrollbar-track-piece { //滚动条凹槽的颜色,还可以设置边框属性
  background-color:#f8f8f8;
}
::-webkit-scrollbar {//滚动条的宽度
  width:10px;
  height:10px;
}
::-webkit-scrollbar-thumb {//滚动条的设置
  background-color:#dddddd;
  background-clip:padding-box;
  min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
  background-color:#bbb;
}
.show-more-search {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.el-dialog__body {
  padding: 15px 20px 0 20px!important;
}