style(components): [alert] Update alert style (#15911)

This commit is contained in:
kooriookami
2024-02-23 16:23:45 +08:00
committed by GitHub
parent d1a7fd102a
commit ed984561de
10 changed files with 49 additions and 44 deletions

View File

@ -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>