From e8d0f39dfe89486c29aa266beacaaea5a2eab091 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 04 Jun 2021 17:56:38 +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