From babd9a3b090f9e43e53ec60a5b597b1d3fbb9b44 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 20 Jun 2023 20:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=E7=B4=A0=E6=9D=90?= =?UTF-8?q?=E6=97=A5=E5=8E=86=20Overlay=20=E6=9D=90=E6=96=99=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../itembox/tib-calendar-material.vue | 23 ++++ src/components/main/t-itembox-2.vue | 94 +++++++++++++++ src/components/mini/t-calendar-material.vue | 108 ------------------ src/components/overlay/to-calendar.vue | 6 +- 4 files changed, 120 insertions(+), 111 deletions(-) create mode 100644 src/components/itembox/tib-calendar-material.vue create mode 100644 src/components/main/t-itembox-2.vue delete mode 100644 src/components/mini/t-calendar-material.vue diff --git a/src/components/itembox/tib-calendar-material.vue b/src/components/itembox/tib-calendar-material.vue new file mode 100644 index 00000000..187c447a --- /dev/null +++ b/src/components/itembox/tib-calendar-material.vue @@ -0,0 +1,23 @@ + + diff --git a/src/components/main/t-itembox-2.vue b/src/components/main/t-itembox-2.vue new file mode 100644 index 00000000..fd1396c7 --- /dev/null +++ b/src/components/main/t-itembox-2.vue @@ -0,0 +1,94 @@ + + + diff --git a/src/components/mini/t-calendar-material.vue b/src/components/mini/t-calendar-material.vue deleted file mode 100644 index dd6929d6..00000000 --- a/src/components/mini/t-calendar-material.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - diff --git a/src/components/overlay/to-calendar.vue b/src/components/overlay/to-calendar.vue index e802a408..f66b961c 100644 --- a/src/components/overlay/to-calendar.vue +++ b/src/components/overlay/to-calendar.vue @@ -1,5 +1,5 @@