From 7d060da3d4f9fdcea2466e1646e5b5496814f322 Mon Sep 17 00:00:00 2001
From: xinyb <574600396@qq.com>
Date: 星期一, 15 七月 2024 09:33:45 +0800
Subject: [PATCH] 优化控件自定义布局保存功能

---
 WebRoot/general/CustomControl/css/main.css |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/WebRoot/general/CustomControl/css/main.css b/WebRoot/general/CustomControl/css/main.css
index 4fb75ee..22a792d 100644
--- a/WebRoot/general/CustomControl/css/main.css
+++ b/WebRoot/general/CustomControl/css/main.css
@@ -355,7 +355,8 @@
     padding: 5px;
     cursor: pointer;
     font-size: 12px;
-    color: #000;
+    /*color: #000;*/
+    color: red;
 }
 .vue-grid-item.vue-resizable:hover .icon-guanbi{
     display: block;
@@ -399,7 +400,7 @@
     max-width: 100px;
     min-width: 100px;
     box-sizing: border-box;
-    padding: 0 5px;
+    padding: 0px 15px 0px 5px;
 }
 /*.col-th{*/
 /*  width: 100px;*/
@@ -412,12 +413,13 @@
 
 .tableDiv .th-icon{
     visibility: hidden;
-    background: url(../img/delete.png) no-repeat right center;
+    background: url(../img/delete.png) no-repeat right center red;
     background-size: 16px 16px;
     cursor: pointer;
     position: absolute;
-    right: 12px;
-    top: 12px;
+    /*right: 12px;*/
+    right: 2px;
+    top: 14px;
     width: 16px;
     height: 16px;
 }

--
Gitblit v1.8.0