From 7d63a3584b3d5acebb69906a0568679815193a5d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 05 Jun 2021 17:26:07 +0800
Subject: [PATCH] 对接左侧树状接口
---
widgets/instructions/css/style.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/widgets/instructions/css/style.css b/widgets/instructions/css/style.css
index 6bb3b03..17b6070 100644
--- a/widgets/instructions/css/style.css
+++ b/widgets/instructions/css/style.css
@@ -6,7 +6,7 @@
width: 200px !important;
right: auto !important;
bottom: auto !important;
- left: 240px!important;
+ left: 260px;
top: 40px !important;
/* 240px */
background: rgba(255, 255, 255, 1);
@@ -21,6 +21,7 @@
display: flex;
align-items: center;
justify-content: center;
+ transition: all 0.5s;
}
.jimu-widget-instructions img {
--
Gitblit v1.9.3