From f08e5641e009def53dc0fbe2da328c82a65664b2 Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 29 Mar 2022 10:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/qctemplates.js | 10 +++++----- src/assets/style/options.css | 14 ++++++++------ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/assets/js/qctemplates.js b/src/assets/js/qctemplates.js index d342ce5..f2083d6 100644 --- a/src/assets/js/qctemplates.js +++ b/src/assets/js/qctemplates.js @@ -69,12 +69,12 @@ let command = { - 编码设置 + 编码设置 - ﹢动作 - ﹢按键 - ?文档 - 格式化 + ﹢动作 + ﹢按键 + ?文档 + 格式化

diff --git a/src/assets/style/options.css b/src/assets/style/options.css index a9709b0..dcb34fe 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -289,8 +289,9 @@ body { #options .footBtn { background: #02b340; - color: rgba(255, 255, 255, 0); - padding: 1px 5px; + color: white; + font-size: 0px; + text-align: center; margin: 0px 5px; height: 25px; width: 25px; @@ -301,7 +302,7 @@ body { } #options .footBtn img { - margin-top: 1px; + margin-top: 5px; width: 15px; vertical-align: middle; } @@ -313,10 +314,11 @@ body { #options .footBtn:hover { background: #068506; - color: white; - height: 105px; + font-size: medium; + height: auto; + padding: 4px; border-radius: 4px; - transition: 0.2s; + transition: 0.1s; }