mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
48a056b051
* docs: modify layout style * docs: modify nav padding * docs: update style * feat: update * docs: upadte * docs: update * docs: modify layout style * docs: update style * feat: update * docs: upadte * docs: update * docs: update * docs: update * docs: remove empty script * docs: update --------- Co-authored-by: kooriookami <bingshuanglingluo@163.com> Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
8 lines
266 B
Vue
8 lines
266 B
Vue
<template>
|
|
<div class="flex flex-wrap gap-4">
|
|
<el-card style="width: 480px" shadow="always">Always</el-card>
|
|
<el-card style="width: 480px" shadow="hover">Hover</el-card>
|
|
<el-card style="width: 480px" shadow="never">Never</el-card>
|
|
</div>
|
|
</template>
|