From 3b0fe9c39556c67ce0b13e3f3debf4046d2a38ab Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期五, 16 四月 2021 17:27:31 +0800
Subject: [PATCH] 去掉最大化
---
src/components/table/summarySheets.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue
index fab563b..ad700e3 100644
--- a/src/components/table/summarySheets.vue
+++ b/src/components/table/summarySheets.vue
@@ -9,7 +9,8 @@
<div class="subtopic" v-if="subtopic">
<el-tooltip :popper-class="'map-tooltip'" effect="dark" content="缁熻琛�" placement="bottom">
<div :class='["iconBtn",summaryVisible ? "active-button" : ""]' @click="closeBtn">
- <img src="@assets/images/map-pages/icon/toolbox/table.png" alt="" class="icon">
+ <!-- -->
+ <i class="icon iconfont iconbiaoge2"></i>
<!--<span class="icon-name">缁熻琛�</span>-->
</div>
</el-tooltip>
@@ -21,7 +22,7 @@
</el-tooltip>
<el-tooltip :popper-class="'map-tooltip'" effect="dark" content="棰勬姤璀�" placement="bottom">
<div :class='["iconBtn",warnVisible ? "active-button" : ""]' @click="showWarnDialog()" >
- <img src="@/assets/images/map-pages/icon/map/warn.png" alt="" class="icon">
+ <i class="icon iconfont iconbaojing01"></i>
<!--<span class="icon-name">棰勬姤璀�</span>-->
</div>
</el-tooltip>
@@ -46,7 +47,9 @@
import Warn from './components/Warn'
import IndexStatistics from './components/IndexStatistics'
-import '@/components/BaseNav/SolidWaste/directive/dir'
+// import '@/components/BaseNav/SolidWaste/directive/dir'
+// import '@/components/plugin/DialogDrag'
+
import bus from '@/eventBus'
export default {
name: 'summary-sheet.vue',
@@ -139,8 +142,8 @@
color:#fff;
}
.iconBtn.active-button{
- border-color:#00fff6 !important;
- color:#00fff6 !important;
+ //border-color:#00fff6 !important;
+ //color:#00fff6 !important;
}
}
--
Gitblit v1.8.0