From 6ce67a8e4a226e4c97dfeb53b843489f8c9c21bc Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 17 六月 2026 14:58:13 +0800
Subject: [PATCH] 样式调整
---
src/assets/styles/element-ui.scss | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss
index 75c83ab..10c7c78 100644
--- a/src/assets/styles/element-ui.scss
+++ b/src/assets/styles/element-ui.scss
@@ -52,7 +52,7 @@
left: 0;
position: relative;
margin: 0 auto;
- border-radius: 16px;
+ border-radius: var(--radius-lg);
padding: 0 !important;
border: 1px solid var(--surface-border);
box-shadow: var(--shadow-md);
@@ -62,7 +62,7 @@
background: linear-gradient(180deg, rgba(248, 251, 255, 1), rgba(242, 247, 255, 0.98));
padding: 18px 24px 14px;
border-bottom: 1px solid var(--surface-border);
- border-radius: 14px 14px 0 0;
+ border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.el-dialog__title {
font-weight: 600;
@@ -80,7 +80,7 @@
}
.el-message-box {
padding: 0 !important;
- border-radius: 16px;
+ border-radius: var(--radius-lg);
border: 1px solid var(--surface-border);
box-shadow: var(--shadow-md);
background: rgba(255, 255, 255, 0.96);
@@ -89,7 +89,7 @@
background: linear-gradient(180deg, rgba(248, 251, 255, 1), rgba(242, 247, 255, 0.98));
padding: 18px 24px 14px;
border-bottom: 1px solid var(--surface-border);
- border-radius: 14px 14px 0 0;
+ border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.el-message-box__title {
font-weight: 600;
@@ -162,7 +162,7 @@
}
.el-button {
- border-radius: 8px;
+ border-radius: var(--radius-sm);
font-weight: 600;
box-shadow: none !important;
}
@@ -181,7 +181,7 @@
.el-select__wrapper,
.el-date-editor.el-input__wrapper,
.el-date-editor .el-input__wrapper {
- border-radius: 10px;
+ border-radius: var(--radius-sm);
box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.28) inset !important;
background: rgba(255, 255, 255, 0.92);
color: var(--text-primary);
@@ -197,6 +197,7 @@
border: 1px solid var(--surface-border);
box-shadow: var(--shadow-sm);
background: var(--panel-mask);
+ border-radius: var(--radius-md);
}
.el-table {
@@ -204,7 +205,7 @@
--el-table-header-bg-color: #f2f7ff;
--el-table-row-hover-bg-color: #f8fbff;
--el-table-current-row-bg-color: #edf4ff;
- border-radius: 12px;
+ border-radius: var(--radius-md);
background: rgba(255, 255, 255, 0.94) !important;
}
--
Gitblit v1.9.3