Selaa lähdekoodia

优化提示问题,图标

wulanhaote
liuminjian 3 vuotta sitten
vanhempi
commit
0a36bbac06
2 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 Näytä tiedosto

Before After
Leveys: 71  |  Korkeus: 71  |  Koko: 4.7 KiB Leveys: 72  |  Korkeus: 72  |  Koko: 4.7 KiB

+ 1
- 1
src/views/authenticRight/index.vue Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna