From abc87e646eceac83fcc9b5411fcbe3b703940c0a Mon Sep 17 00:00:00 2001 From: Dustin Jiang Date: Thu, 18 Jan 2024 17:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=E5=A2=9E=E5=8A=A0=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎨调整加载条样式 🤕修复加载条显示问题 🤕修复加载条关于`nextTick`的问题 --- src/App.vue | 220 +++++++++++--------------------- src/AppRoot.vue | 97 +++++++++++++++ src/components/Posters.vue | 11 +- src/main.ts | 4 +- src/router/index.ts | 227 +++++++++++++++++++--------------- src/utils/globalThemeVars.css | 8 ++ src/views/GalleryShow.vue | 8 +- 7 files changed, 322 insertions(+), 253 deletions(-) create mode 100644 src/AppRoot.vue diff --git a/src/App.vue b/src/App.vue index c1cad7e..be74b56 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,26 +6,16 @@ * _(:з」∠)_ --> - - diff --git a/src/AppRoot.vue b/src/AppRoot.vue new file mode 100644 index 0000000..fa572de --- /dev/null +++ b/src/AppRoot.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/src/components/Posters.vue b/src/components/Posters.vue index 6bf7919..ec32072 100644 --- a/src/components/Posters.vue +++ b/src/components/Posters.vue @@ -7,7 +7,7 @@