瀏覽代碼

style(frontend): 注释 PictureEditor 组件中的清除剪裁按钮- 在 tools.js 文件中,将清除剪裁按钮用 <!-- --> 注释标记包围
- 此修改可能是为了暂时禁用或隐藏该功能,而不直接删除代码

panqiuyao 6 月之前
父節點
當前提交
40fee1ba2c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/src/views/components/PictureEditor/mixin/edit/module/tools.js

+ 2 - 2
frontend/src/views/components/PictureEditor/mixin/edit/module/tools.js

@@ -168,10 +168,10 @@ cutout(){
     <!-- 偏移参数 -->
     
     
-
+<!--
     <div class="flex left mar-top-10">
       <el-button @click="clearClipPath" size="small">清除剪裁</el-button>
-    </div>
+    </div>-->
     
     </template>
   `