[重大更新] 整体主题样式重写 改为卡片式布局 样式更企业化

This commit is contained in:
疯狂的狮子Li
2026-03-17 12:35:56 +08:00
parent b83755e626
commit 833dfa67fc
70 changed files with 5250 additions and 1568 deletions
+10 -4
View File
@@ -78,12 +78,18 @@ onMounted(() => {
<style lang="scss" scoped>
.app-breadcrumb.el-breadcrumb {
display: inline-block;
font-size: 14px;
line-height: 50px;
margin-left: 8px;
font-size: 13px;
line-height: 1.2;
margin-left: 4px;
color: var(--app-text-muted);
:deep(.el-breadcrumb__inner) {
color: inherit;
font-weight: 500;
}
.no-redirect {
color: #97a8be;
color: var(--app-text-title);
cursor: text;
}
}