From e6758ef29bd686e894b4679edf1bd88436b84148 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 13 一月 2021 19:07:03 +0800
Subject: [PATCH] 分析检索/人员管理接口联调

---
 src/pages/shuohuangMonitorAnalyze/index/App.vue |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/index/App.vue b/src/pages/shuohuangMonitorAnalyze/index/App.vue
index 30023bd..f1aec94 100644
--- a/src/pages/shuohuangMonitorAnalyze/index/App.vue
+++ b/src/pages/shuohuangMonitorAnalyze/index/App.vue
@@ -56,8 +56,16 @@
 </script>
 
 <style lang="scss">
-.flex-box{
+.flex-box {
   display: flex;
+}
+.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;
 }
 .el-table.thbg {
   border: 1px solid #dedede;
@@ -68,6 +76,11 @@
   }
   .operation {
     cursor: pointer;
+    i[class^='el-icon'] {
+      padding: 3px;
+      font-size: 16px;
+      color: #0096fa;
+    }
   }
 }
 .main-view {

--
Gitblit v1.8.0