From 947fe2f8d257a61cd3ca1392dc3125a778388efc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E9=BE=99=E5=85=B5?= <2548898737@qq.com>
Date: Sun, 27 Oct 2024 20:33:48 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E5=AD=97=E4=BD=93=E5=9B=BE=E6=A0=87icon?=
=?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/lib/iconfont.js | 2 +-
src/components/AllFunc/Box/ShortCut.vue | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/public/lib/iconfont.js b/public/lib/iconfont.js
index aa5a06c..989ebb8 100644
--- a/public/lib/iconfont.js
+++ b/public/lib/iconfont.js
@@ -1 +1 @@
-window._iconfont_svg_string_4182315='',function(t){var c=(c=document.getElementsByTagName("script"))[c.length-1],l=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var i,o,a,h,e,s=function(c,l){l.parentNode.insertBefore(c,l)};if(l&&!t.__iconfont__svg__cssinject__){t.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}i=function(){var c,l=document.createElement("div");l.innerHTML=t._iconfont_svg_string_4182315,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(c=document.body).firstChild?s(l,c.firstChild):c.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(i,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),i()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(a=i,h=t.document,e=!1,n(),h.onreadystatechange=function(){"complete"==h.readyState&&(h.onreadystatechange=null,d())})}function d(){e||(e=!0,a())}function n(){try{h.documentElement.doScroll("left")}catch(c){return void setTimeout(n,50)}d()}}(window);
\ No newline at end of file
+window._iconfont_svg_string_4182315='',function(t){var c=(c=document.getElementsByTagName("script"))[c.length-1],l=c.getAttribute("data-injectcss"),c=c.getAttribute("data-disable-injectsvg");if(!c){var i,o,a,h,e,s=function(c,l){l.parentNode.insertBefore(c,l)};if(l&&!t.__iconfont__svg__cssinject__){t.__iconfont__svg__cssinject__=!0;try{document.write("")}catch(c){console&&console.log(c)}}i=function(){var c,l=document.createElement("div");l.innerHTML=t._iconfont_svg_string_4182315,(l=l.getElementsByTagName("svg")[0])&&(l.setAttribute("aria-hidden","true"),l.style.position="absolute",l.style.width=0,l.style.height=0,l.style.overflow="hidden",l=l,(c=document.body).firstChild?s(l,c.firstChild):c.appendChild(l))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(i,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),i()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(a=i,h=t.document,e=!1,n(),h.onreadystatechange=function(){"complete"==h.readyState&&(h.onreadystatechange=null,d())})}function d(){e||(e=!0,a())}function n(){try{h.documentElement.doScroll("left")}catch(c){return void setTimeout(n,50)}d()}}(window);
\ No newline at end of file
diff --git a/src/components/AllFunc/Box/ShortCut.vue b/src/components/AllFunc/Box/ShortCut.vue
index 52be338..3a80925 100644
--- a/src/components/AllFunc/Box/ShortCut.vue
+++ b/src/components/AllFunc/Box/ShortCut.vue
@@ -518,6 +518,9 @@ function clickFileDom() {
text-align: center;
cursor: pointer;
font-size: 16px;
+ .btnName {
+ margin-left: 2px;
+ }
}
#shortCutUploadInput {
display: none;