From fd6cd17c0f7a095be934f9e1d1fd7c3e10cad433 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期二, 21 五月 2024 08:45:39 +0800
Subject: [PATCH] svgEditor以及RBD画图拖动自动吸附在一条线上

---
 web/src/assets/css/resetui.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/web/src/assets/css/resetui.css b/web/src/assets/css/resetui.css
index af88531..d26f720 100644
--- a/web/src/assets/css/resetui.css
+++ b/web/src/assets/css/resetui.css
@@ -7,7 +7,9 @@
 .el-table__fixed-body-wrapper {
   top: 45px !important;
 }
-
+.v-service-param .el-table__fixed-body-wrapper {
+  top: 63px !important;
+}
 .v-service-user-one
 .el-table__fixed-body-wrapper {
   top: 36px !important;

--
Gitblit v1.9.1