소스 검색

fix 修改点击库存的样式

ylong 3 달 전
부모
커밋
a1fe9d7f5b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/code/list/index.vue

+ 2 - 2
src/views/code/list/index.vue

@@ -48,9 +48,9 @@
             </template>
 
             <template #stockNum="{ row }">
-                <el-button type="primary" link @click="handleViewStockImages(row)">
+                <div class="stock-cell text-primary" @click="handleViewStockImages(row)" style="cursor: pointer;width: 100%;height: 80px;line-height: 80px;color: var(--el-color-primary);">
                     {{ row.stockNum || 0 }}
-                </el-button>
+                </div>
             </template>
 
             <template #action="{ row }">