提交 13c639f0 编写于 作者: H haoxr

fix: el-card的shadow属性错误

Former-commit-id: 2a89c90b
上级 37e3935d
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册