From dad56f30efd93ddccf1b7c053230ed7b5814de27 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 27 五月 2024 15:06:01 +0800
Subject: [PATCH] 代码初始化
---
admin/src/assets/style/style.scss | 32 +++++++++++++++++++++++++++-----
1 files changed, 27 insertions(+), 5 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index f7e3036..533b4b1 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -1,4 +1,5 @@
@import "variables.scss";
+@import "./element-variables.scss";
// 鏍峰紡閲嶇疆
html {
height: 100%;
@@ -114,7 +115,7 @@
}
}
.tip-warn {
- margin: 4px 0 12px 0;
+ margin: 4px 0 25px 0;
font-size: 12px;
color: #999;
i {
@@ -146,7 +147,7 @@
width: 200px !important;
}
.w300{
- width: 300px;
+ width: 300px !important;
}
.w400{
width: 400px !important;
@@ -210,12 +211,33 @@
.mb20 {
margin-bottom: 20px;
}
-
+.red{
+ color: red !important;
+}
+.green{
+ color: #00BA67;
+}
+.primaryColor{
+ color: $primary-color !important;
+}
+.placeholder9{
+ color: #999999;
+}
+.placeholder6{
+ color: #666666;
+}
+.pointer{
+ cursor: pointer;
+}
+.table_btns{
+ border-bottom: 1px solid #eee;
+ padding-bottom: 10px;
+}
.ml20 {
- margin-left: 20px;
+ margin-left: 20px !important;
}
.mt30 {
- margin-top: 30px;
+ margin-top: 30px !important;
}
.mr30 {
--
Gitblit v1.9.3