提交 12e9cc32 authored 作者: lihuihui's avatar lihuihui

侧栏样式

上级 0310d272
...@@ -10,17 +10,17 @@ ...@@ -10,17 +10,17 @@
}, },
"action": { "action": {
"courseAction": { "courseAction": {
"all": "全部", "all": "All",
"mustLearn": "必修课", "mustLearn": "Required",
"changeLearn": "选修课", "changeLearn": "Elective",
"repeatLearn": "重修课", "repeatLearn": "Retake",
"changeStatus": "选修状态", "changeStatus": "选修状态",
"noChange": "未选修", "noChange": "未选修",
"alreadyChange": "已选修", "alreadyChange": "已选修",
"publish": "已发布", "publish": "Published",
"noPublish": "未发布", "noPublish": "Unpublished",
"credit": "学分", "credit": "Credits",
"to": " ", "to": " to ",
"totalScore": "总成绩:", "totalScore": "总成绩:",
"none": "暂无" "none": "暂无"
} }
...@@ -28,22 +28,22 @@ ...@@ -28,22 +28,22 @@
"components": { "components": {
"learnSysLayout": { "learnSysLayout": {
"navigation": { "navigation": {
"title": "在线学习系统", "title": "Online Learning System",
"tip": "通知" "tip": "Notifications"
}, },
"sideBar": { "sideBar": {
"updatePic": "修改头像", "updatePic": "Change profile photo",
"updateAvatar": "人物头像", "updateAvatar": "人物头像",
"updatePwd": "修改密码", "updatePwd": "Change password",
"outLogin": "退出登录", "outLogin": "Sign out",
"header1": "我的学习", "header1": "Learning",
"header1Child1": "我的课程", "header1Child1": "Course",
"header1Child2": "课程讨论", "header1Child2": "Discussions",
"header1Child3": "学术报告", "header1Child3": "Academic Report",
"header2": "我的成绩", "header2": "Grades",
"header2Child1": "我的学分", "header2Child1": "My Credit",
"header3": "办事大厅", "header3": "办事大厅",
"header4": "意见反馈" "header4": "Feedback"
} }
}, },
"errorPages": { "errorPages": {
...@@ -57,24 +57,24 @@ ...@@ -57,24 +57,24 @@
"pages": { "pages": {
"learn": { "learn": {
"course": { "course": {
"title": "我的课程", "title": "Course",
"goCourseAllStr": "请去选课广场选课", "goCourseAllStr": "Please go to select courses",
"noFitCourseStr": "暂无符合条件的课程", "noFitCourseStr": "No eligible courses",
"noCourseStr": "暂无相关课程", "noCourseStr": "No related courses",
"semeter": "学期", "semeter": "Term",
"courseType": "课程类型", "courseType": "Type",
"allLearn": "全部", "allLearn": "All",
"mustLearn": "必修课", "mustLearn": "Required",
"changeLearn": "选修课", "changeLearn": "Elective",
"repeatLearn": "重修课", "repeatLearn": "Retake",
"changeStatus": "选修状态", "changeStatus": "选修状态",
"noChange": "未选修", "noChange": "未选修",
"alreadyChange": "已选修", "alreadyChange": "Elective",
"lastLearn": "最近学习", "lastLearn": "Recent Study",
"updateTime": "选修时间", "updateTime": "Elective Time",
"changeCourse": "选课广场", "changeCourse": "选课广场",
"showCourse": "查看课程", "showCourse": "View",
"progress": "视频观看进度" "progress": "Video viewing progress"
}, },
"discussion": { "discussion": {
"title": "Course discussion", "title": "Course discussion",
......
...@@ -172,7 +172,19 @@ export default { ...@@ -172,7 +172,19 @@ export default {
&.el-menu--collapse { &.el-menu--collapse {
display: none; display: none;
} }
.el-menu-item {
text-align: center;
i{
margin-left: -35px;
}
}
.el-submenu { .el-submenu {
text-align: center;
font-size:18px;
color: #333333;
i{
margin-left: -35px;
}
.el-menu-item { .el-menu-item {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
...@@ -192,8 +204,8 @@ export default { ...@@ -192,8 +204,8 @@ export default {
img { img {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
width: 80px; width: 70px;
height: 80px; height: 70px;
border-radius: 50%; border-radius: 50%;
} }
&:hover { &:hover {
...@@ -225,6 +237,14 @@ export default { ...@@ -225,6 +237,14 @@ export default {
height: 100%; height: 100%;
cursor: ew-resize; cursor: ew-resize;
} }
.com-txt{
color: #999999;
font-size:14px;
}
.el-menu-item.is-active{
color: #71C0FF;
font-size:18px;
}
@media (max-width: 767px) { @media (max-width: 767px) {
// .el-aside { // .el-aside {
......
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
*/ */
sidebar: { sidebar: {
containerStyle: null, containerStyle: null,
sidebarStyle: { width: '200px' }, sidebarStyle: { width: '263px' },
status: false, status: false,
beforeMoveInitX: 0, beforeMoveInitX: 0,
isMouseDown: false isMouseDown: false
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论