唐耀东
2022-07-16 60fcb8ac2127b0c0263f653efa7df14bc2bd7d34
src/assets/styles/custom.scss
@@ -3,8 +3,8 @@
  background-color:#f8f8f8;
}
::-webkit-scrollbar {//滚动条的宽度
  width:6px;
  height:6px;
  width:10px;
  height:10px;
}
::-webkit-scrollbar-thumb {//滚动条的设置
  background-color:#dddddd;
@@ -19,3 +19,6 @@
  flex-direction: row;
  align-items: center;
}
.el-dialog__body {
  padding: 15px 20px 0 20px!important;
}