mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 18:11:48 +08:00
style(components): [alert] Update alert style (#15911)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div style="max-width: 600px">
|
||||
<el-alert title="success alert" type="success" />
|
||||
<el-alert title="info alert" type="info" />
|
||||
<el-alert title="warning alert" type="warning" />
|
||||
<el-alert title="error alert" type="error" />
|
||||
<el-alert title="Success alert" type="success" />
|
||||
<el-alert title="Info alert" type="info" />
|
||||
<el-alert title="Warning alert" type="warning" />
|
||||
<el-alert title="Error alert" type="error" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user