From 9f5fc4f0b7ef083219485d704ac03f7c62066e6c Mon Sep 17 00:00:00 2001 From: "D.Young" <13775651+5iux@users.noreply.github.com> Date: Thu, 26 Dec 2019 10:18:34 +0800 Subject: [PATCH] Update youhua.user.js --- youhua.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youhua.user.js b/youhua.user.js index cf49c33..4897b0b 100644 --- a/youhua.user.js +++ b/youhua.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name 韩都淘内优化连接 // @namespace https://5iux.github.io/youhua -// @version 2019.12.26.0 +// @version 2019.12.26.1 // @description 本脚本主要针对淘内后台优化,增加快捷方式、优化链接http缺失、一键居中、模块去除10像素间距等;装修后台增加新窗口打开,欢迎交流使用; // @author D.Young // @match *://siteadmin.tmall.com/module* @@ -59,7 +59,7 @@ .bluegirl{ display: none; }\ .aw-wrapper{ display: none !important; }'); //装修直达 - GM_addStyle('.zxbtn{position: fixed; left: 50%; margin-left: -680px; width:80px; z-index: 10000; opacity: 0.8; animation:dymove 1s infinite;}'); + GM_addStyle('.zxbtn{position: absolute; left: 50%; margin-left: -680px; width:80px; z-index: 10000; animation:dymove 1s infinite;}'); })(); \ No newline at end of file