From fb9b3e1f1fcf57d213f6f68c09445e368bb70a4e Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 15 一月 2021 16:39:59 +0800 Subject: [PATCH] 人员管理,任务管理接口调试,左侧导航图标更新 --- src/pages/shuohuangMonitorAnalyze/index/App.vue | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue index f1aec94..d9c50e9 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/App.vue +++ b/src/pages/shuohuangMonitorAnalyze/index/App.vue @@ -43,10 +43,14 @@ }, methods: { + markNav () { + debugger + sessionStorage.setItem('actPage', this.actPage); + this.menuChange(this.actPage); + }, toggleCollapse () { this.isCollapse = !this.isCollapse; //閫氱煡褰撳墠娲诲姩椤祎able(濡傛灉鏈�) doLayout - }, menuChange (path) { this.actPage = path; @@ -58,14 +62,17 @@ <style lang="scss"> .flex-box { display: flex; + >label { + padding-right: 10px; + } } .el-button--primary.is-disabled, .el-button--primary.is-disabled:hover, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:active { color: #ffffff; - background-color: #9eb4f0!important; - border-color: #9eb4f0!important; + background-color: #9eb4f0 !important; + border-color: #9eb4f0 !important; } .el-table.thbg { border: 1px solid #dedede; @@ -76,6 +83,11 @@ } .operation { cursor: pointer; + display: flex; + span { + padding: 0 3px; + color: #0096fa; + } i[class^='el-icon'] { padding: 3px; font-size: 16px; -- Gitblit v1.8.0