@@ -17,53 +17,55 @@ Custom Icon make information more clear and more friendly.
17
17
</docs >
18
18
19
19
<template >
20
- <a-alert message =" showIcon = false" type =" success" >
21
- <template #icon ><smile-outlined /></template >
22
- </a-alert >
23
- <a-alert message =" Success Tips" type =" success" show-icon >
24
- <template #icon ><smile-outlined /></template >
25
- </a-alert >
26
- <a-alert message =" Informational Notes" type =" info" show-icon >
27
- <template #icon ><smile-outlined /></template >
28
- </a-alert >
29
- <a-alert message =" Warning" type =" warning" show-icon >
30
- <template #icon ><smile-outlined /></template >
31
- </a-alert >
32
- <a-alert message =" Error" type =" error" show-icon >
33
- <template #icon ><smile-outlined /></template >
34
- </a-alert >
35
- <a-alert
36
- message =" Success Tips"
37
- description =" Detailed description and advices about successful copywriting."
38
- type =" success"
39
- show-icon
40
- >
41
- <template #icon ><smile-outlined /></template >
42
- </a-alert >
43
- <a-alert
44
- message =" Informational Notes"
45
- description =" Additional description and informations about copywriting."
46
- type =" info"
47
- show-icon
48
- >
49
- <template #icon ><smile-outlined /></template >
50
- </a-alert >
51
- <a-alert
52
- message =" Warning"
53
- description =" This is a warning notice about copywriting."
54
- type =" warning"
55
- show-icon
56
- >
57
- <template #icon ><smile-outlined /></template >
58
- </a-alert >
59
- <a-alert
60
- message =" Error"
61
- description =" This is an error message about copywriting."
62
- type =" error"
63
- show-icon
64
- >
65
- <template #icon ><smile-outlined /></template >
66
- </a-alert >
20
+ <a-space direction =" vertical" style =" width : 100% " >
21
+ <a-alert message =" showIcon = false" type =" success" >
22
+ <template #icon ><smile-outlined /></template >
23
+ </a-alert >
24
+ <a-alert message =" Success Tips" type =" success" show-icon >
25
+ <template #icon ><smile-outlined /></template >
26
+ </a-alert >
27
+ <a-alert message =" Informational Notes" type =" info" show-icon >
28
+ <template #icon ><smile-outlined /></template >
29
+ </a-alert >
30
+ <a-alert message =" Warning" type =" warning" show-icon >
31
+ <template #icon ><smile-outlined /></template >
32
+ </a-alert >
33
+ <a-alert message =" Error" type =" error" show-icon >
34
+ <template #icon ><smile-outlined /></template >
35
+ </a-alert >
36
+ <a-alert
37
+ message =" Success Tips"
38
+ description =" Detailed description and advices about successful copywriting."
39
+ type =" success"
40
+ show-icon
41
+ >
42
+ <template #icon ><smile-outlined /></template >
43
+ </a-alert >
44
+ <a-alert
45
+ message =" Informational Notes"
46
+ description =" Additional description and informations about copywriting."
47
+ type =" info"
48
+ show-icon
49
+ >
50
+ <template #icon ><smile-outlined /></template >
51
+ </a-alert >
52
+ <a-alert
53
+ message =" Warning"
54
+ description =" This is a warning notice about copywriting."
55
+ type =" warning"
56
+ show-icon
57
+ >
58
+ <template #icon ><smile-outlined /></template >
59
+ </a-alert >
60
+ <a-alert
61
+ message =" Error"
62
+ description =" This is an error message about copywriting."
63
+ type =" error"
64
+ show-icon
65
+ >
66
+ <template #icon ><smile-outlined /></template >
67
+ </a-alert >
68
+ </a-space >
67
69
</template >
68
70
69
71
<script lang="ts" setup>
0 commit comments