This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
优化提示问题,图标
wulanhaote
liuminjian
4 years ago
parent
23a61de853
commit
0a36bbac06
2 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
src/assets/images/homestead/delete_icon.png
+1
-1
src/views/authenticRight/index.vue
BIN
src/assets/images/homestead/delete_icon.png
View File
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
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save