he wei
2023-11-16 65599edd022b729d4855802f553ed449bdfbf3f8
src/assets/css/base.css
@@ -2,11 +2,12 @@
body {
  /* 文字风格 Sans-serif 各笔画粗细相同,Serif 笔画粗细不同,monospace 等宽体,cursive草书,fantasy梦幻 */
  font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
  '黑体', '宋体', Arial;
    '黑体', '宋体', Arial;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  color: #333;
@@ -85,7 +86,7 @@
textarea {
  -webkit-appearance: none;
  font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
  '黑体', '宋体', Arial;
    '黑体', '宋体', Arial;
  border: 0;
  margin: 0;
  padding: 0;
@@ -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;
}