Commit 337e48f7 authored by 罗超's avatar 罗超

2

parent 130530b1
......@@ -36,6 +36,12 @@ export default {
.q-scrollarea__thumb {
z-index: 999999 !important;
}
body{
min-width:1360px !important;
}
header{
min-width:1360px ;
}
html,
body,
#q-app {
......
......@@ -7,7 +7,7 @@
@input="resetSearch"
clearable
filled
v-model="msg.CourseName"
v-model="msg.ClassName"
label="课程名称"
@clear="resetSearch"
maxlength="20"
......
......@@ -1477,7 +1477,11 @@ const routes = [{
{
path: "/stuMan/coffeeManage",//学管 商品管理
component: () =>
import("pages/stuMan/coffeeManage/index")
},
{
path: "/stuMan/activeList",//学管 活动列表
component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment