From b946b74ca674f7e7a04d99a960040438c95ef22d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 20 十一月 2025 16:53:13 +0800
Subject: [PATCH] 优化
---
admin/src/assets/style/style.scss | 37 +++++++++++++++++++++++++++++++++----
1 files changed, 33 insertions(+), 4 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index 52c0841..a553c72 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -62,7 +62,6 @@
font-size: 14px;
}
}
-
.doumee-element-table {
border-color: #DFE2E8;
tr, th, td {
@@ -123,6 +122,12 @@
.status-red{
color:red;
}
+.status-yellow{
+ color: orange;
+}
+.status-grey{
+ color:#999;
+}
.tip-warn {
margin: 4px 0 25px 0;
font-size: 12px;
@@ -139,8 +144,22 @@
.main_app {
background-color: #fff;
- padding: 30px;
- margin: 0 16px;
+ margin-top: 10px;
+ margin-left: 16px;
+ padding: 20px;
+ height: calc(100% - 10px);
+}
+.fs12{
+ font-size: 12px;
+}
+.fs13{
+ font-size: 13px;
+}
+.fs15{
+ font-size: 15px;
+}
+.fs17{
+ font-size: 17px;
}
.query_btns{
border-bottom: 1px solid #eee;
@@ -221,9 +240,14 @@
.mr20 {
margin-right: 20px;
}
-
+.pt16{
+ padding-top: 16px;
+}
.mb20 {
margin-bottom: 20px;
+}
+.mb40 {
+ margin-bottom: 40px;
}
.red{
color: red !important;
@@ -277,6 +301,11 @@
.df{
display: flex;
}
+.df_center{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
.df_ac{
display: flex;
align-items: center;
--
Gitblit v1.9.3