From 480574350923a5c17dfaea72bf526835b8807756 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期日, 26 五月 2024 23:05:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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