ソースを参照

优化提示问题,图标

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 ファイルの表示

変更前 変更後
幅: 71  |  高さ: 71  |  サイズ: 4.7 KiB 幅: 72  |  高さ: 72  |  サイズ: 4.7 KiB

+ 1
- 1
src/views/authenticRight/index.vue ファイルの表示

@@ -35,7 +35,7 @@
</van-col>
</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>
<van-button square type="danger" style="height: 30px" text="删除" @click="removeRow(item.id,index)"/>
</template>


読み込み中…
キャンセル
保存