From c63be1d20dd038dcabfba6b44a885894642cf93e Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 08 四月 2021 11:03:33 +0800 Subject: [PATCH] 小时数据的添加 --- src/components/table/summarySheets.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue index c030827..4ab8d7a 100644 --- a/src/components/table/summarySheets.vue +++ b/src/components/table/summarySheets.vue @@ -1,9 +1,11 @@ <template> <div class="summary-sheets"> - <div :class='["iconBtn",summaryVisible ? "active-button" : ""]' @click="closeBtn"> - <img src="@assets/images/map-pages/icon/toolbox/table.png" alt="" class="icon"> - <span class="icon-name">缁熻琛�</span> - </div> + <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="缁熻琛�" placement="left"> + <div :class='["iconBtn",summaryVisible ? "active-button" : ""]' @click="closeBtn"> + <img src="@assets/images/map-pages/icon/toolbox/table.png" alt="" class="icon"> + <!--<span class="icon-name">缁熻琛�</span>--> + </div> + </el-tooltip> <Dialog ref="summarySheets" title="浼佷笟鎸囨爣鍒嗙被缁熻"> <tab-handover></tab-handover> </Dialog > @@ -46,7 +48,7 @@ <style scoped lang="less"> .summary-sheets { position: absolute; - top: 0.46rem; + top: 0.42979rem; left: 0.14583rem; /*width: 850px;*/ /*height: 265px;*/ -- Gitblit v1.8.0