无人机管理后台前端(已迁走)
张含笑
2025-09-23 78684a81e9b01270f9ef37e883c1f11f3f911c3f
feat:按钮,背景调整
3 files modified
9 ■■■■■ changed files
src/views/algorithmRepository/algorithmRepository.vue 3 ●●●● patch | view | raw | blame | history
src/views/resource/components/spotDetails.vue 4 ●●●● patch | view | raw | blame | history
src/views/resource/patchTypeManagement.vue 2 ●●● patch | view | raw | blame | history
src/views/algorithmRepository/algorithmRepository.vue
@@ -55,9 +55,10 @@
            </div>
          </div>
          <div class="search-btn">
            <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button>
            <el-button type="primary" icon="el-icon-search" @click="handleSearch">搜索</el-button>
            <el-button icon="el-icon-delete" @click="handleReset">清空</el-button>
            <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button>
          </div>
        </div>
src/views/resource/components/spotDetails.vue
@@ -722,8 +722,8 @@
  z-index: 99;
  width: 277px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  // backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 8px 8px 8px;
  padding: 6px 10px 0 10px;
  display: flex;
src/views/resource/patchTypeManagement.vue
@@ -21,7 +21,7 @@
      @on-load="onLoad"
    >
      <template #search-menu="{ row, size }">
        <el-button icon="el-icon-back" @click="goPatchManagement"> 返回 </el-button>
        <el-button icon="el-icon-back" @click="goPatchManagement" type="primary"> 返回 </el-button>
      </template>
      <template #status="{ row }">
        <el-tag>{{ row.statusName }}</el-tag>