From 41d7be9f68c423012e2688fd45301300e9bb3dab Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期二, 11 三月 2025 11:27:18 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/BS/TigerAdmin_2024

---
 src/views/demo/comp/button/index.vue |   28 ++++++++++++----------------
 1 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/src/views/demo/comp/button/index.vue b/src/views/demo/comp/button/index.vue
index fb21fb1..16365b9 100644
--- a/src/views/demo/comp/button/index.vue
+++ b/src/views/demo/comp/button/index.vue
@@ -4,9 +4,9 @@
     title="鍩虹缁勪欢"
     content=" 鍩虹缁勪欢渚濊禆浜巃nt-design-vue,缁勪欢搴撳凡鏈夌殑鍩虹缁勪欢,椤圭洰涓笉浼氬啀娆¤繘琛宒emo灞曠ず锛堜簩娆″皝瑁呯粍浠堕櫎澶栵級"
   >
-    <a-row :gutter="[20, 20]">
-      <a-col :xl="10" :lg="24">
-        <a-card title="BasicButton Color">
+    <Row :gutter="[20, 20]">
+      <Col :xl="10" :lg="24">
+        <Card title="BasicButton Color">
           <div class="my-2">
             <h3>success</h3>
             <div class="py-2">
@@ -47,10 +47,10 @@
             <a-button ghost type="dashed" color="warning" class="ml-2"> 骞界伒璀﹀憡dashed </a-button>
             <a-button ghost danger class="ml-2"> 骞界伒鍗遍櫓 </a-button>
           </div>
-        </a-card>
-      </a-col>
-      <a-col :xl="14" :lg="24">
-        <a-card title="BasicButton Types">
+        </Card>
+      </Col>
+      <Col :xl="14" :lg="24">
+        <Card title="BasicButton Types">
           <div class="my-2">
             <h3>primary</h3>
             <a-button type="primary" preIcon="mdi:page-next-outline"> 涓绘寜閽� </a-button>
@@ -97,16 +97,12 @@
             <!--      <a-button ghost type="link" class="ml-2" loading> loading link </a-button>-->
             <!--      <a-button ghost type="link" class="ml-2" disabled> disabled link </a-button>-->
           </div>
-        </a-card>
-      </a-col>
-    </a-row>
+        </Card>
+      </Col>
+    </Row>
   </PageWrapper>
 </template>
-<script lang="ts">
-  import { defineComponent } from 'vue';
-  import { PageWrapper } from '/@/components/Page';
+<script lang="ts" setup>
+  import { PageWrapper } from '@/components/Page';
   import { Card, Row, Col } from 'ant-design-vue';
-  export default defineComponent({
-    components: { PageWrapper, ACard: Card, ARow: Row, ACol: Col },
-  });
 </script>

--
Gitblit v1.9.3