From 9f5e18cc415cd3fef13f105ffeabae3c01ba9665 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 18 六月 2026 13:02:18 +0800
Subject: [PATCH] 样式修改
---
src/assets/styles/index.scss | 35 +++++++++++++++++++----------------
1 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss
index c44943f..91a59b7 100644
--- a/src/assets/styles/index.scss
+++ b/src/assets/styles/index.scss
@@ -13,8 +13,8 @@
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
- background: radial-gradient(circle at 9% -6%, rgba(59, 130, 246, 0.14), transparent 36%), radial-gradient(circle at 88% -8%, rgba(56, 189, 248, 0.12), transparent 30%),
- linear-gradient(165deg, #f3f7fc 0%, #eef5ff 54%, #f8fbff 100%);
+ background: radial-gradient(circle at 9% -6%, rgba(139, 92, 246, 0.14), transparent 36%), radial-gradient(circle at 88% -8%, rgba(168, 85, 247, 0.12), transparent 30%),
+ linear-gradient(165deg, #faf5ff 0%, #f3e8ff 54%, #fbf8ff 100%);
color: var(--text-primary);
}
@@ -134,18 +134,18 @@
//main-container鍏ㄥ眬鏍峰紡
.app-container {
- --radius-lg: 0px;
- --radius-md: 0px;
- --radius-sm: 0px;
- --radius-xs: 0px;
- --el-border-radius-base: 0px;
- --el-border-radius-small: 0px;
- --el-border-radius-round: 0px;
- --el-border-radius-circle: 0px;
-
+ --radius-lg: 0px;
+ --radius-md: 0px;
+ --radius-sm: 0px;
+ --radius-xs: 0px;
+ --el-border-radius-base: 0px;
+ --el-border-radius-small: 0px;
+ --el-border-radius-round: 0px;
+ --el-border-radius-circle: 0px;
+
padding: 20px;
background-color: var(--surface-base, #ffffff);
- border-radius: 0;
+ border-radius: 0;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
border: 1px solid var(--surface-border, #e2e8f0);
min-height: calc(100vh - var(--topbar-height, 64px) - var(--content-gap, 16px) - 20px);
@@ -153,7 +153,7 @@
@media (max-width: 768px) {
padding: 12px;
- border-radius: 0;
+ border-radius: 0;
}
}
.search_form {
@@ -195,7 +195,7 @@
text-align: right;
padding-right: 20px;
transition: 600ms ease position;
- background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%);
+ background: linear-gradient(90deg, rgba(168, 85, 247, 1) 0%, rgba(139, 92, 246, 1) 100%);
.subtitle {
font-size: 20px;
@@ -217,7 +217,7 @@
cursor: pointer;
&:hover {
- color: #2563eb;
+ color: #7c3aed;
}
}
@@ -237,10 +237,13 @@
.el-card,
.el-dialog,
.el-drawer,
- .el-table,
.el-descriptions,
.el-collapse-item__wrap,
.el-tabs__content {
border-radius: var(--radius-md);
}
}
+
+.el-table {
+ border-radius: 0 !important;
+}
--
Gitblit v1.9.3