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

2

parent 130530b1
...@@ -36,6 +36,12 @@ export default { ...@@ -36,6 +36,12 @@ export default {
.q-scrollarea__thumb { .q-scrollarea__thumb {
z-index: 999999 !important; z-index: 999999 !important;
} }
body{
min-width:1360px !important;
}
header{
min-width:1360px ;
}
html, html,
body, body,
#q-app { #q-app {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
@input="resetSearch" @input="resetSearch"
clearable clearable
filled filled
v-model="msg.CourseName" v-model="msg.ClassName"
label="课程名称" label="课程名称"
@clear="resetSearch" @clear="resetSearch"
maxlength="20" maxlength="20"
......
...@@ -1477,7 +1477,11 @@ const routes = [{ ...@@ -1477,7 +1477,11 @@ const routes = [{
{
path: "/stuMan/coffeeManage",//学管 商品管理
component: () =>
import("pages/stuMan/coffeeManage/index")
},
{ {
path: "/stuMan/activeList",//学管 活动列表 path: "/stuMan/activeList",//学管 活动列表
component: () => 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