From 64b6bfde07c40b9df6181044d485d437b9bb787c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 07 五月 2024 09:21:58 +0800
Subject: [PATCH] 1.定时任务demo提交
---
src/styles/global.css | 66 ++++++++++++++++++++++++--------
1 files changed, 49 insertions(+), 17 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index 8dc9f35..4a09c44 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -23,18 +23,45 @@
padding: 0 10px;
}
-.el-table__body-wrapper{
+.el-table .custom-row {
background: #f8f8fa;
}
-.el-input__inner{
+.el-table__body-wrapper {
+ background: #f8f8fa;
+}
+
+.el-table__body .el-table__row.hover-row td {
+ background-color: #eaecef !important;
+}
+
+.body .el-input__inner {
height: 34px !important;
}
-.el-dialog__body{
- padding:50px 80px !important;
+.el-dialog__body {
+ padding: 50px 80px !important;
}
+.el-dialog__body .el-input__inner {
+ height: 34px !important;
+}
+
+.el-icon-delete, .el-icon-edit-outline {
+ cursor: pointer;
+ margin-right: 15px;
+}
+
+.operationClass {
+ height: 23px;
+ display: flex;
+ align-items: center;
+}
+
+.el-message-box__btns {
+ display: flex;
+ justify-content: flex-end;
+}
/*澶撮儴鎸夐挳缁勬牱寮�*/
@@ -73,11 +100,11 @@
/*cursor: pointer;*/
}
-.bodyTopFormExpand:hover{
+.bodyTopFormExpand:hover {
color: #00ff8b !important;
}
-.svg-icon:hover{
+.svg-icon:hover {
color: #00ff8b !important;
/*background-color: #00ff8b !important;*/
}
@@ -88,7 +115,12 @@
/*justify-content: space-between;*/
/*justify-content: space-around;*/
width: 100%;
+ /*min-height:42px !important;*/
flex-wrap: wrap;
+}
+
+.elForm .el-form-item {
+ margin-bottom: 0 !important;
}
.elTableDiv {
@@ -102,12 +134,12 @@
position: relative;
}
-.operationClass {
- height: 23px;
- display: flex;
- justify-content: space-between;
- align-items: center;
-}
+/*.operationClass {*/
+/* height: 23px;*/
+/* display: flex;*/
+/* justify-content: space-between;*/
+/* align-items: center;*/
+/*}*/
/*瀵硅瘽妗嗘寜閽簳閮�*/
@@ -131,9 +163,8 @@
}
-
-.el-button{
- height: 34px ;
+.el-button {
+ height: 34px;
display: flex !important;
align-items: center;
justify-content: center;
@@ -179,9 +210,10 @@
/*瑙e喅鍥哄畾婊氬姩鏉¢珮浣庡儚绱犲樊*/
-.el-table__fixed::before{
+.el-table__fixed::before {
height: 0 !important;
}
-.el-table__fixed-right::before{
+
+.el-table__fixed-right::before {
height: 0 !important;
}
--
Gitblit v1.9.3