qianming 3 years ago
parent
commit
99c6f61f76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      report-ui/src/views/bigscreenDesigner/designer/index.vue

+ 2 - 2
report-ui/src/views/bigscreenDesigner/designer/index.vue

@@ -98,7 +98,7 @@
             content="撤销"
             placement="bottom"
           >
-            <i class="iconfont" @click="handleUndo">撤销</i>
+            <i class="iconfont iconundo"></i>
           </el-tooltip>
         </span>
 
@@ -109,7 +109,7 @@
             content="恢复"
             placement="bottom"
           >
-            <i class="iconfont" @click="handleRedo">恢复</i>
+            <i class="iconfont iconhuifubeifen"></i>
           </el-tooltip>
         </span>