diff --git a/app.vue b/app.vue index 87786e7..a7a1da7 100644 --- a/app.vue +++ b/app.vue @@ -1,12 +1,13 @@ \ No newline at end of file + diff --git a/components/alert/Alert.vue b/components/alert/Alert.vue index 885dc40..a5822cb 100644 --- a/components/alert/Alert.vue +++ b/components/alert/Alert.vue @@ -10,14 +10,21 @@ defineProps<{
- {{ icon }} + {{ icon }}
-

{{ title }}

-

{{ message }}

+

+ {{ title }} +

+

+ {{ message }} +

返回首页 @@ -27,4 +34,4 @@ defineProps<{ \ No newline at end of file + diff --git a/components/alert/Notification.vue b/components/alert/Notification.vue index e6e0f49..16da720 100644 --- a/components/alert/Notification.vue +++ b/components/alert/Notification.vue @@ -1,42 +1,43 @@