From 39f2e9b35977420ba8afc64151cb9c424f4d26c7 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期三, 06 十二月 2023 16:42:08 +0800
Subject: [PATCH] 修改
---
web/src/assets/css/custom.css | 67 ++++++++++++++++++++++++++++++---
1 files changed, 61 insertions(+), 6 deletions(-)
diff --git a/web/src/assets/css/custom.css b/web/src/assets/css/custom.css
index 0a2e1c3..4b4f415 100644
--- a/web/src/assets/css/custom.css
+++ b/web/src/assets/css/custom.css
@@ -165,9 +165,9 @@
position: relative;
}
-body .el-table__fixed-body-wrapper{
- top: 34px !important;
-}
+/*body .el-table__fixed-body-wrapper{*/
+/* top: 34px !important;*/
+/*}*/
.el-tooltip__popper{
font-size: 14px; max-width:50%
@@ -289,9 +289,9 @@
overflow-y: auto;
}
-.zt .dialog-column-2 .el-dialog {
- width: 75% !important;
-}
+/*.zt .dialog-column-2 .el-dialog {*/
+/* width: 75% !important;*/
+/*}*/
.el-table__fixed-right {
height: 100% !important;
@@ -318,3 +318,58 @@
text-overflow: ellipsis;
line-height: 34px;
}
+.DAlign {
+ text-align: center;
+}
+.el-border-left {
+ border-left: 1px solid rgba(0, 0, 0, .2);
+}
+.el-border-top {
+ border-top: 1px solid rgba(0, 0, 0, .2);
+}
+.el-border-bottom {
+ border-bottom: 1px solid rgba(0, 0, 0, .2);
+}
+.el-border-left-right{
+ border-left: 1px solid rgba(0, 0, 0, .2);
+ border-right: 1px solid rgba(0, 0, 0, .2);
+}
+.table-container {
+ position: relative;
+}
+.table-container:hover .icon-container {
+ opacity: 1; /* 榧犳爣鎮仠鏃舵樉绀哄浘鏍� */
+}
+.icon-container {
+ z-index: 1;
+ position: absolute;
+ bottom: -20px;
+ left: 50%;
+ width: 40px;
+ height: 30px;
+ text-align: center;
+ line-height: 30px;
+ transform: translate3d(-50%, 0, -20px);
+ border: 1px solid #EBEEF5;
+ background-color: #fafafa;
+ box-shadow: 0 3px 6px 0 rgba(72, 119, 232, 0.14);
+ border-radius: 2px;
+ transition: transform 0.3s ease,box-shadow 0.3s ease,opacity 0.3s ease;
+ opacity: 0;
+}
+/*.icon-container:hover{*/
+/* transform: translate3d(-50%, 0, 0);*/
+/* box-shadow: 0 10px 10px 0 rgba(72, 119, 232, 0.34)*/
+/*}*/
+.el-dropdown.dropdown_hover{
+ position: absolute;
+ border: 1px solid #EBEEF5;
+ background-color: #fafafa;
+ box-shadow: 0 3px 6px 0 rgba(72, 119, 232, 0.14);
+ border-radius: 2px;
+ display: block;
+ width: 300px;
+ left: -325%;
+ color: #606266;
+ font-size: 14px;
+}
--
Gitblit v1.9.1