fix:panel starred使用主题色

This commit is contained in:
zyh
2022-05-31 16:10:56 +08:00
parent 3959695a7c
commit ceb59b3719
4 changed files with 9 additions and 6 deletions

View File

@@ -303,14 +303,12 @@ export default {
}
</script>
<style scoped>
.theme-light .select-panel-title{
color: #333;
}
.starred-tree>>>.el-tree__empty-block{
display: none;
}
.select-panel-title{
font-weight: bold;
font-size: 14px;
color: #333;
}
.el-rate__icon{
color: #C0C4CC !important;
cursor: pointer;