mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-26 20:48:12 +00:00
commit
175864403e
@ -423,7 +423,7 @@ export default {
|
||||
},
|
||||
// 打开图片
|
||||
onViewPicture(currentUrl) {
|
||||
this.$store.dispatch("previewImage", '/' +currentUrl)
|
||||
this.$store.dispatch("previewImage", $A.apiUrl('../'+currentUrl) )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -234,6 +234,9 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
> li:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user