From 1344317356b0407f4aff867865ba72248871ac1f Mon Sep 17 00:00:00 2001 From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com> Date: 星期一, 27 五月 2024 14:16:17 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before --- src/components/tool/excel.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/components/tool/excel.vue b/src/components/tool/excel.vue index 2c4027e..25f85b3 100644 --- a/src/components/tool/excel.vue +++ b/src/components/tool/excel.vue @@ -20,6 +20,12 @@ cursor: pointer; } + #luckysheet .save_i{ + margin-right: 20px; + font-size: 20px; + cursor: help; + } + #luckysheet .save:hover { opacity: .8; } @@ -114,7 +120,7 @@ cellFormat: false // 璁剧疆鍗曞厓鏍兼牸寮� }, option.myFolderUrl = this.LOCATIONVUE + '/', - option.functionButton = '<button onClick="excelClosed()" class="save">淇濆瓨</button>' + option.functionButton = '<i class="save_i el-icon-info" title="绯荤粺鏀寔鐨勫彉閲忥細
搴忓彿
妫�楠岄」
妫�楠屽瓙椤�
璁惧鍚嶇О
璁惧缂栫爜
鍗曚綅
瑕佹眰鍊�
璇曢獙鏂规硶 | 妫�娴嬫柟娉�
鏈�缁堝��
缁撹
璁$畻鍊�
妫�楠屽��"></i><button onClick="excelClosed()" class="save">淇濆瓨</button>' luckysheet.create(option) } } -- Gitblit v1.9.3