fix: el-card的shadow属性错误

Former-commit-id: 2a89c90b03bacec3786989254db33ef1fc708502
This commit is contained in:
haoxr
2022-12-18 15:03:12 +08:00
parent 37e3935d97
commit 13c639f0ee
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ onMounted(() => {
</el-form-item>
</el-form>
<el-card shadow="false">
<el-card shadow="hover">
<template #header>
<el-button type="success" :icon="Plus" @click="handleAdd"
>新增</el-button

View File

@@ -23,7 +23,7 @@ export default {
<el-button :icon="Refresh" @click="resetQuery()">重置</el-button>
</el-form-item>
</el-form>
<el-card shadow="false">
<el-card shadow="hover">
<template #header>
<el-button type="success" :icon="Plus" @click="handleAdd"
>新增</el-button