@@ -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 #action="{ row }">