瀏覽代碼

优化提示问题,图标

wulanhaote
liuminjian 3 年之前
父節點
當前提交
0a36bbac06
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      src/assets/images/homestead/delete_icon.png
  2. +1
    -1
      src/views/authenticRight/index.vue

二進制
src/assets/images/homestead/delete_icon.png 查看文件

Before After
Width: 71  |  Height: 71  |  Size: 4.7 KiB Width: 72  |  Height: 72  |  Size: 4.7 KiB

+ 1
- 1
src/views/authenticRight/index.vue 查看文件

@@ -35,7 +35,7 @@
</van-col> </van-col>
</van-row> </van-row>


<van-swipe-cell v-for="(item,index) in samplingList" stop-propagation>
<van-swipe-cell v-for="(item,index) in samplingList" stop-propagation :key="index">
<template #left> <template #left>
<van-button square type="danger" style="height: 30px" text="删除" @click="removeRow(item.id,index)"/> <van-button square type="danger" style="height: 30px" text="删除" @click="removeRow(item.id,index)"/>
</template> </template>


Loading…
取消
儲存