diff --git a/src/assets/styles/custom.scss b/src/assets/styles/custom.scss index 09af51dc..603a7374 100644 --- a/src/assets/styles/custom.scss +++ b/src/assets/styles/custom.scss @@ -430,7 +430,7 @@ text-align: center; // text-decoration: none; // color: inherit; - text-decoration: underline; + // text-decoration: underline; // color: #b12e29; color: #00213c; } @@ -438,7 +438,7 @@ .quick-link-wrapper .quick-link-title { font-size: 14px; - font-weight: 400; + font-weight: 500; } .quick-link-box .icon { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index aeab3a1c..45bf0ecf 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -103,13 +103,17 @@ +
- + +
+ +
+
+
+ +
@@ -196,6 +200,7 @@ export default { }, data() { return { + openNotice:false, openKfView:false, openAppView:false, timer: undefined, diff --git a/src/layout/components/TopNotice/index.vue b/src/layout/components/TopNotice/index.vue index b4340956..dab0f3b1 100644 --- a/src/layout/components/TopNotice/index.vue +++ b/src/layout/components/TopNotice/index.vue @@ -327,7 +327,7 @@ export default { .xd-notice-item { display: flex; - padding: 14px 24px; + padding: 10px 20px; box-sizing: border-box; transition: background-color .2s; cursor: pointer; @@ -346,6 +346,9 @@ export default { // } + .xd-item-content { + width:100% + } .xd-notice-item-icon { width: 32px; diff --git a/src/views/emis/dashboard.vue b/src/views/emis/dashboard.vue index 75811351..f6af3564 100644 --- a/src/views/emis/dashboard.vue +++ b/src/views/emis/dashboard.vue @@ -71,24 +71,8 @@ - - - - - - +