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