提交 eeb3ac9e 作者: 毛细亚

更新代码

上级 4fec4386
...@@ -97,10 +97,10 @@ export default { ...@@ -97,10 +97,10 @@ export default {
label: '快捷发送', label: '快捷发送',
path: '/quickSendGame' path: '/quickSendGame'
}, },
{ // {
label: '任务列表', // label: '任务列表',
path: '/taskList' // path: '/taskList'
}, // },
// { // {
// label: '通讯录', // label: '通讯录',
// path: '/addressBook' // path: '/addressBook'
......
...@@ -11,7 +11,7 @@ import violationRecord from '../views/ViolationRecord.vue' ...@@ -11,7 +11,7 @@ import violationRecord from '../views/ViolationRecord.vue'
import taskRecord from '../views/taskRecord.vue' import taskRecord from '../views/taskRecord.vue'
import mailList from '@/views/mailList.vue' import mailList from '@/views/mailList.vue'
import quickSendGame from '@/views/quickSendGame.vue' import quickSendGame from '@/views/quickSendGame.vue'
import taskList from '@/views/taskList.vue' // import taskList from '@/views/taskList.vue'
import Cookies from 'js-cookie' import Cookies from 'js-cookie'
import store from '@/store' import store from '@/store'
Vue.use(VueRouter) Vue.use(VueRouter)
...@@ -78,11 +78,11 @@ const routes = [ ...@@ -78,11 +78,11 @@ const routes = [
name: 'quickSendGame', name: 'quickSendGame',
component: quickSendGame component: quickSendGame
}, },
{ // {
path: '/taskList', // path: '/taskList',
name: 'taskList', // name: 'taskList',
component: taskList // component: taskList
}, // },
{ {
path: '/login', path: '/login',
name: 'login', name: 'login',
......
...@@ -534,7 +534,7 @@ export default { ...@@ -534,7 +534,7 @@ export default {
margin-top: 20px; margin-top: 20px;
} }
.tagList { .tagList {
width: 100px; width: 150px;
height: 100%; height: 100%;
position: relative; position: relative;
border-right: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
......
...@@ -439,7 +439,7 @@ export default { ...@@ -439,7 +439,7 @@ export default {
} }
.tagList { .tagList {
width: 100px; width: 200px;
height: 100%; height: 100%;
position: relative; position: relative;
border-right: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
......
...@@ -531,7 +531,7 @@ export default { ...@@ -531,7 +531,7 @@ export default {
margin-top: 20px; margin-top: 20px;
} }
.tagList { .tagList {
width: 100px; width: 140px;
height: 100%; height: 100%;
position: relative; position: relative;
border-right: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论