移除示例项目初始化并修复前后端稳定性问题
This commit is contained in:
@@ -70,25 +70,6 @@
|
||||
--el-text-color-regular: var(--ctms-text-regular);
|
||||
}
|
||||
|
||||
/* 现代滚动条 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #d9d9d9;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #bfbfbf;
|
||||
}
|
||||
|
||||
/* 全局重置 */
|
||||
html,
|
||||
body,
|
||||
@@ -430,23 +411,23 @@ body {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.ctms-descriptions :deep(.el-descriptions__label) {
|
||||
.ctms-descriptions .el-descriptions__label {
|
||||
font-weight: 500;
|
||||
color: var(--ctms-text-regular);
|
||||
background-color: #f8fafc;
|
||||
}
|
||||
|
||||
.ctms-tabs :deep(.el-tabs__nav-wrap::after) {
|
||||
.ctms-tabs .el-tabs__nav-wrap::after {
|
||||
height: 1px;
|
||||
background-color: var(--ctms-border-color);
|
||||
}
|
||||
|
||||
.ctms-tabs :deep(.el-tabs__item) {
|
||||
.ctms-tabs .el-tabs__item {
|
||||
font-weight: 500;
|
||||
color: var(--ctms-text-regular);
|
||||
}
|
||||
|
||||
.ctms-tabs :deep(.el-tabs__item.is-active) {
|
||||
.ctms-tabs .el-tabs__item.is-active {
|
||||
color: var(--ctms-primary);
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -538,4 +519,4 @@ body {
|
||||
/* ElMessageBox / ElDialog 遮罩层:左侧偏移侧边栏宽度,只覆盖主内容区域 */
|
||||
.el-overlay {
|
||||
left: var(--ctms-sidebar-width, 0px) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user