refactor: remove project settings panel

This commit is contained in:
gin
2026-05-26 21:08:58 +08:00
parent 2a702fa6a9
commit ebccb7283f
27 changed files with 79 additions and 989 deletions
-11
View File
@@ -39,17 +39,6 @@ html.dark {
}
}
/* 项目配置面板 */
.right-panel-items {
.el-divider__text {
--el-bg-color: var(--el-bg-color);
}
.el-divider--horizontal {
border-top: none;
}
}
/* element-plus */
.el-table__cell {
background: var(--el-bg-color);
-1
View File
@@ -48,7 +48,6 @@
/* 自定义 tooltip 的类名 */
.pure-tooltip {
// 右侧操作面板right-panel类名的z-index为40000tooltip需要大于它才能显示
z-index: 41000 !important;
}
-12
View File
@@ -3,18 +3,6 @@
@import "./sidebar";
@import "./dark";
/* 自定义全局 CssVar */
:root {
/* 左侧菜单展开、收起动画时长 */
--pure-transition-duration: 0.3s;
}
/* 灰色模式 */
.html-grey {
filter: grayscale(100%);
}
/* 色弱模式 */
.html-weakness {
filter: invert(80%);
}