Commit 708252bb authored by 仇晓婷's avatar 仇晓婷

dd

parent 249bfcbe
<template>
<img :src="downUrl + src" />
<div class="img-p">
<img :src="downUrl + src" />
</div>
</template>
<script>
export default {
......@@ -23,4 +25,9 @@ export default {
},
},
};
</script>
\ No newline at end of file
</script>
<style lang="less" scoped>
.img-p {
text-align: center;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment