From d2c3715feb6ccfb965944bafe0bbf7fd66a3e82b Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Wed, 26 Feb 2025 18:27:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=AD=E9=97=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/images/layout/arrow/arrow-down.png | Bin 0 -> 362 bytes src/assets/images/layout/arrow/arrow-item.png | Bin 0 -> 205 bytes src/assets/images/layout/arrow/arrow-up.png | Bin 0 -> 379 bytes src/layout/components/AppMain/MainCenter.vue | 104 +++++++++++------- src/layout/components/AppMain/MainLeft.vue | 13 +-- .../AppMain/components/MainCenterItem.vue | 22 ++++ .../AppMain/components/MainCenterPercent.vue | 41 +++++++ uno.config.ts | 2 + 8 files changed, 133 insertions(+), 49 deletions(-) create mode 100644 src/assets/images/layout/arrow/arrow-down.png create mode 100644 src/assets/images/layout/arrow/arrow-item.png create mode 100644 src/assets/images/layout/arrow/arrow-up.png create mode 100644 src/layout/components/AppMain/components/MainCenterItem.vue create mode 100644 src/layout/components/AppMain/components/MainCenterPercent.vue diff --git a/src/assets/images/layout/arrow/arrow-down.png b/src/assets/images/layout/arrow/arrow-down.png new file mode 100644 index 0000000000000000000000000000000000000000..39ddabae6424cfbba0dd68d14656f4a4f37b042a GIT binary patch literal 362 zcmV-w0hRuVP)hE-mEL=;x;=1=pF`7S3j3^P6Apds literal 0 HcmV?d00001 diff --git a/src/assets/images/layout/arrow/arrow-up.png b/src/assets/images/layout/arrow/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..92a68ee4dac07f30583996758a9f3185420c0cda GIT binary patch literal 379 zcmV->0fhdEP)O9BD&uY&oHth>s z6S4+ICI&fxh&B+w}i_f&jyRCV57sc^5$jA!}lkoA>Ph zt1KRdkH2&nRp*?*8RY1i2nIPen?^MO;|UbxvmFs#AJW!XLnq- Z0sym5ll5|r0(JlZ002ovPDHLkV1iQCtpET3 literal 0 HcmV?d00001 diff --git a/src/layout/components/AppMain/MainCenter.vue b/src/layout/components/AppMain/MainCenter.vue index 350142e..f924194 100644 --- a/src/layout/components/AppMain/MainCenter.vue +++ b/src/layout/components/AppMain/MainCenter.vue @@ -1,4 +1,7 @@ - +