luobisheng
2022-11-29 4641a877cd6a94e4d35dca7f7f14bc1443e2d2ad
src/App.vue
@@ -78,6 +78,12 @@
  color: #4b9bb7;
}
.button-addition {
  background-color: #eb5d01 !important;
  border: 1px solid #eb5d01 !important;
  color: #ffffff;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
@@ -176,4 +182,7 @@
  -webkit-box-shadow: inset 0 0 6px rgba(145, 143, 0143, 0.3);
  background-color: rgb(145, 143, 143); /*滚动条的背景颜色*/
}
.el-range-input {
  background-color: #09152f;
}
</style>