按钮级别的新版本,多级别的组织架构
loulijun2021
2023-08-23 f6c09fd8be4d671b13e673a49e5af9c19710e464
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>