update Alert style
This commit is contained in:
parent
8390064d4e
commit
27b03d14f8
4 changed files with 43 additions and 16 deletions
|
@ -1,8 +1,28 @@
|
|||
<template>
|
||||
<div>
|
||||
<Alert show-icon banner closable>消息提示文案</Alert>
|
||||
<Alert>
|
||||
An info prompt
|
||||
<template slot="desc">Content of prompt. Content of prompt. Content of prompt. Content of prompt. </template>
|
||||
</Alert>
|
||||
<Alert type="success">
|
||||
A success prompt
|
||||
<template slot="desc">Content of prompt. Content of prompt. Content of prompt. Content of prompt. </template>
|
||||
</Alert>
|
||||
<Alert type="warning">
|
||||
A warning prompt
|
||||
<template slot="desc">
|
||||
Content of prompt. Content of prompt. Content of prompt.
|
||||
</template>
|
||||
</Alert>
|
||||
<Alert type="error">
|
||||
An error prompt
|
||||
<span slot="desc">
|
||||
Custom error description copywriting. <Icon type="help-circled" size="14"></Icon>
|
||||
</span>
|
||||
</Alert>
|
||||
<Alert type="info" show-icon closable>消息提示文案</Alert>
|
||||
<Alert type="success" show-icon>成功提示文案</Alert>
|
||||
<Alert type="warning" show-icon banner>警告提示文案</Alert>
|
||||
<Alert type="warning" show-icon>警告提示文案</Alert>
|
||||
<Alert type="error" show-icon>错误提示文案</Alert>
|
||||
<Alert show-icon>
|
||||
消息提示文案
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue