界面弹窗样式

duizhaopin_ui
cxw 2 years ago
parent 0cfa26d66b
commit a8e78e664f

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

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

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

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

Loading…
Cancel
Save