提交 eeb3ac9e 作者: 毛细亚

更新代码

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