界面弹窗样式

duizhaopin_ui
cxw 2 years ago
parent 0cfa26d66b
commit a8e78e664f

@ -273,19 +273,19 @@ const reagentRouter = [
// }
// ]
// },
// {
// path: '/reagent/buy',
// component: Layout,
// meta: { classification: 'reagent' },
// children: [
// {
// path: 'index',
// name: 'Buy',
// component: () => import('@/views/reagent/buy/index'),
// meta: { title: '请购', icon: '请购', classification: 'reagent' }
// }
// ]
// },
{
path: '/reagent/buy',
component: Layout,
meta: { classification: 'reagent' },
children: [
{
path: 'index',
name: 'Buy',
component: () => import('@/views/reagent/buy/index'),
meta: { title: '请购', icon: '请购', classification: 'reagent' }
}
]
},
{
path: '/gotohome',
redirect: '/home',

@ -285,7 +285,7 @@ export default {
.box .el-scrollbar__wrap {
overflow-x: hidden;
}
.el-dialog__body {
/* .el-dialog__body {
height: 500px;
}
} */
</style>

@ -436,7 +436,7 @@ export default {
.box .el-scrollbar__wrap {
overflow-x: hidden;
}
.el-dialog__body {
/* .el-dialog__body {
height: 600px !important;
}
} */
</style>

@ -324,7 +324,7 @@ export default {
.box .el-scrollbar__wrap {
overflow-x: hidden;
}
.el-dialog__body {
/* .el-dialog__body {
height: 500px;
}
} */
</style>

Loading…
Cancel
Save