he wei
2023-11-16 65599edd022b729d4855802f553ed449bdfbf3f8
src/assets/css/base.css
@@ -7,6 +7,7 @@
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  color: #333;
@@ -113,6 +114,7 @@
a:visited {
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
@@ -143,34 +145,61 @@
::-webkit-input-placeholder {
  color: #afbdcc;
}
:-moz-placeholder {
  color: #afbdcc;
}
::-moz-placeholder {
  color: #afbdcc;
}
:-ms-input-placeholder {
  color: #afbdcc;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 6px;
}
::-webkit-scrollbar-corner {
  background-color: #f5f5f5;
}
::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.el-table__fixed-right .el-table__fixed-body-wrapper .el-table__body {
  padding-bottom: 10px;
}
.is-scrolling-none+.el-table__fixed-right .el-table__fixed-body-wrapper .el-table__body {
  padding-bottom: 0;
}
.is-scrolling-none+.el-table__fixed-right::before {
  background: transparent;
}
.vl-notify-mask {
  opacity: 0.4 !important;
  z-index: 99998;
}
.vl-notify {
  z-index: 99999;
}