1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00

style: 调整测试页面和组件示例页面样式

This commit is contained in:
张传龙
2022-03-20 17:33:07 +08:00
parent 4f78bcb77c
commit ff2c25ff75
7 changed files with 16 additions and 17 deletions

View File

@@ -13,5 +13,7 @@ const handleDelete = function () {
</script>
<template>
<n-button @click="handleDelete">删除</n-button>
<div p24>
<n-button type="error" @click="handleDelete">删除</n-button>
</div>
</template>