From 578cebf866ba4d0de62ea1d0efe8392d3c586aea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 05 Jun 2021 14:51:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
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