-
+
+
-
diff --git a/src/layout/components/sideM.vue b/src/layout/components/sideM.vue
index 5551217..8f02e2a 100644
--- a/src/layout/components/sideM.vue
+++ b/src/layout/components/sideM.vue
@@ -1,6 +1,5 @@
-
@@ -15,122 +14,161 @@
-
+.mobile-nav-button i {
+ color: #fff;
+ font-size: 20px;
+}
+
+.mobile-nav {
+ background: #212d3d;
+}
+
+.mobile-nav .el-header {
+ background: transparent;
+ border: 0;
+}
+
+.mobile-nav .el-main {
+ padding: 0;
+}
+
+.mobile-nav .logo-bar {
+ display: flex;
+ align-items: center;
+ font-weight: bold;
+ font-size: 20px;
+ color: #fff;
+}
+
+.mobile-nav .logo-bar img {
+ width: 30px;
+ margin-right: 10px;
+}
+
+.mobile-nav .el-submenu__title:hover {
+ background: #fff !important;
+}
diff --git a/src/layout/components/tasks.vue b/src/layout/components/tasks.vue
index abb829d..0d4b610 100644
--- a/src/layout/components/tasks.vue
+++ b/src/layout/components/tasks.vue
@@ -51,8 +51,8 @@
methods: {
async getData(){
this.loading = true
- var res = await this.$http.get('tasks')
- this.tasks = res.data
+ // var res = await this.$http.get('tasks')
+ // this.tasks = res.data
this.loading = false
},
refresh(){
diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue
index c349e78..6375637 100644
--- a/src/layout/components/userbar.vue
+++ b/src/layout/components/userbar.vue
@@ -1,7 +1,7 @@
-
-
-
+
+
-
+
-
+.user-bar .panel-item i {
+ font-size: 16px;
+}
+
+.user-bar .panel-item:hover {
+ background: rgba(0, 0, 0, 0.1);
+}
+
+.user-bar .user-avatar {
+ height: 49px;
+ display: flex;
+ align-items: center;
+}
+
+.user-bar .user-avatar label {
+ display: inline-block;
+ margin-left: 5px;
+ font-size: 12px;
+ cursor: pointer;
+}
+
+.msg-list li {
+ border-top: 1px solid #eee;
+}
+
+.msg-list li a {
+ display: flex;
+ padding: 20px;
+}
+
+.msg-list li a:hover {
+ background: #ecf5ff;
+}
+
+.msg-list__icon {
+ width: 40px;
+ margin-right: 15px;
+}
+
+.msg-list__main {
+ flex: 1;
+}
+
+.msg-list__main h2 {
+ font-size: 15px;
+ font-weight: normal;
+ color: #333;
+}
+
+.msg-list__main p {
+ font-size: 12px;
+ color: #999;
+ line-height: 1.8;
+ margin-top: 5px;
+}
+
+.msg-list__time {
+ width: 100px;
+ text-align: right;
+ color: #999;
+}
+
+.dark .msg-list__main h2 {
+ color: #d0d0d0;
+}
+
+.dark .msg-list li {
+ border-top: 1px solid #363636;
+}
+
+.dark .msg-list li a:hover {
+ background: #383838;
+}
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 829fb65..7dc5117 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -185,7 +185,7 @@
-
+
diff --git a/src/layout/other/404.vue b/src/layout/other/404.vue
index 80bc671..86430e6 100644
--- a/src/layout/other/404.vue
+++ b/src/layout/other/404.vue
@@ -9,7 +9,6 @@
无权限或找不到页面
当前页面无权限访问或者打开了一个不存在的链接,请检查当前账户权限和链接的可访问性。
返回首页
-
返回上一页