“dzb”
2022-09-28 15079a363658567a62db46ccfe489f04af79a687
src/App.vue
@@ -49,23 +49,24 @@
};
</script>
<style>
  .el-select-dropdown__item{
  height: 100%;
.el-select-dropdown__item{
  height: 100% !important;
}
.el-select-dropdown,.popper-class{
  background-color: #17324c;
  background-color: #17324c !important;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover{
  background-color: #17324c;
  background-color: #17324c !important;
}
.el-tree{
  background-color: #17324c;
  background-color: #17324c !important;
}
.el-tree-node__content:hover, .el-upload-list__item:hover{
  background-color: #09152f;
  color: #4b9bb7;
  background-color: #09152f !important;
  color: #4b9bb7 !important;
}
.el-tree-node:focus>.el-tree-node__content{
  background-color: #09152f;
  background-color: #09152f !important;
}
</style>