按钮级别的新版本,多级别的组织架构
loulijun2021
2023-08-09 76e49eb32372b05ecf3b3e4c63567c5a987430bd
src/components/ThemePicker/index.vue
@@ -176,4 +176,15 @@
.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none;
}
.el-color-dropdown__btns{
  display: flex;
  justify-content: space-between;
}
.el-color-dropdown__btns .el-button--text {
  display: none !important;
}
.el-color-dropdown__btns .el-button--default {
   height: 28px !important;
}
</style>