Explorar el Código

优化提示问题,图标

wulanhaote
liuminjian hace 3 años
padre
commit
0a36bbac06
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

Antes Después
Anchura: 71  |  Altura: 71  |  Tamaño: 4.7 KiB Anchura: 72  |  Altura: 72  |  Tamaño: 4.7 KiB

+ 1
- 1
src/views/authenticRight/index.vue Ver fichero

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


Cargando…
Cancelar
Guardar