mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
fix: the useMessage icon style problem
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</CollapseContainer>
|
||||
|
||||
<CollapseContainer class="px-20 bg-white w-full h-32 rounded-md mt-5" title="Comfirm">
|
||||
<a-button @click="handleConfirm('info')" class="mr-2">Info</a-button>
|
||||
<a-button @click="handleConfirm('warning')" color="warning" class="mr-2">Warning</a-button>
|
||||
<a-button @click="handleConfirm('success')" color="success" class="mr-2">Success</a-button>
|
||||
<a-button @click="handleConfirm('error')" color="error" class="mr-2">Error</a-button>
|
||||
|
Reference in New Issue
Block a user