瀏覽代碼

style(frontend): 调整拍摄记录中一键删除按钮的颜色- 将拍摄记录中的一键删除按钮颜色从蓝色改为红色,以增加警示性

panqiuyao 4 月之前
父節點
當前提交
b6385ce484
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/views/Photography/shot.vue

+ 1 - 1
frontend/src/views/Photography/shot.vue

@@ -78,7 +78,7 @@
             <div>拍摄记录</div>
             <div class="c-666 fs-12" v-if="goodsList.length" >
                     <el-button :disabled="!(runLoading || takePictureLoading)" @click="oneClickStop" v-if="configInfoStore.appModel === 1" class="input-button" type="primary" size="mini">一键停止</el-button>
-                    <el-button :disabled="runLoading || takePictureLoading" @click="delAll" class="input-button" type="primary" size="mini">一键删除</el-button>
+                    <el-button :disabled="runLoading || takePictureLoading" @click="delAll" class="input-button" type="danger" size="mini">一键删除</el-button>
             </div>
           </span>
           <img class="divider-line" referrerpolicy="no-referrer" src="@/assets/images/Photography/divider-line.png" />