From c006a3f84d10404ad82d3a2e7f20543984605b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 29 Oct 2024 18:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=8E=87&=E5=87=BA=E5=9C=BA=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/hutaoAbyss/hta-tab-up.vue | 49 ++++++--- src/components/hutaoAbyss/hta-tab-use.vue | 46 ++++++--- src/components/itembox/tib-wiki-abyss.vue | 77 +++++++++++--- src/components/main/t-itembox.vue | 119 +++++++++------------- src/pages/WIKI/Abyss.vue | 17 ++-- 5 files changed, 186 insertions(+), 122 deletions(-) diff --git a/src/components/hutaoAbyss/hta-tab-up.vue b/src/components/hutaoAbyss/hta-tab-up.vue index 3e6695f0..c3c15b15 100644 --- a/src/components/hutaoAbyss/hta-tab-up.vue +++ b/src/components/hutaoAbyss/hta-tab-up.vue @@ -13,7 +13,11 @@ :value="selectItem.Floor.toString()" >
- +
@@ -22,30 +26,47 @@ diff --git a/src/components/hutaoAbyss/hta-tab-use.vue b/src/components/hutaoAbyss/hta-tab-use.vue index 545cc99a..3fa8ed90 100644 --- a/src/components/hutaoAbyss/hta-tab-use.vue +++ b/src/components/hutaoAbyss/hta-tab-use.vue @@ -13,7 +13,11 @@ :value="selectItem.Floor.toString()" >
- +
@@ -22,35 +26,51 @@ diff --git a/src/components/itembox/tib-wiki-abyss.vue b/src/components/itembox/tib-wiki-abyss.vue index 4ab365a6..b1a9f921 100644 --- a/src/components/itembox/tib-wiki-abyss.vue +++ b/src/components/itembox/tib-wiki-abyss.vue @@ -1,46 +1,95 @@ + diff --git a/src/components/main/t-itembox.vue b/src/components/main/t-itembox.vue index 4669cdb9..45ca3934 100644 --- a/src/components/main/t-itembox.vue +++ b/src/components/main/t-itembox.vue @@ -1,93 +1,38 @@