@@ -81,7 +81,7 @@ export const constantRoutes = [
hidden: true,//不在导航栏展示
meta: {
title: '缺陷病案',
- keepAlive: 1,
+ keepAlive: 0,
canMultipleOpen: true
},
@@ -277,8 +277,8 @@ export default {
background: #fff;
align-items: center;
border-radius: 5px;
- height: 75px;
- margin-bottom: 20px;
+ height: auto;
+ margin-bottom: 30px;
padding: 0;
display: flex;
box-sizing: border-box;