Parcourir la source

优化提示问题,图标

wulanhaote
liuminjian il y a 3 ans
Parent
révision
0a36bbac06
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. BIN
      src/assets/images/homestead/delete_icon.png
  2. +1
    -1
      src/views/authenticRight/index.vue

BIN
src/assets/images/homestead/delete_icon.png Voir le fichier

Avant Après
Largeur: 71  |  Hauteur: 71  |  Taille: 4.7 KiB Largeur: 72  |  Hauteur: 72  |  Taille: 4.7 KiB

+ 1
- 1
src/views/authenticRight/index.vue Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer