短信签名图片上传样式优化
parent
9a7422b107
commit
239ce64e9c
|
@ -9,7 +9,7 @@
|
||||||
@end="onEnd"
|
@end="onEnd"
|
||||||
>
|
>
|
||||||
<div class="upload-list" v-for="(item, index) in uploadList" :key="index">
|
<div class="upload-list" v-for="(item, index) in uploadList" :key="index">
|
||||||
<div v-if="item.status == 'finished'">
|
<div v-if="item.status == 'finished'" style="height:60px;">
|
||||||
<img :src="item.url" />
|
<img :src="item.url" />
|
||||||
<div class="upload-list-cover">
|
<div class="upload-list-cover">
|
||||||
<Icon type="ios-eye-outline" @click="handleView(item.url)"></Icon>
|
<Icon type="ios-eye-outline" @click="handleView(item.url)"></Icon>
|
||||||
|
|
|
@ -162,7 +162,11 @@
|
||||||
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
// 建议引入通用样式 可删除下面样式代码
|
||||||
|
@import "@/styles/table-common.scss";
|
||||||
|
|
||||||
.sign-name {
|
.sign-name {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
@ -189,7 +193,3 @@
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
|
||||||
// 建议引入通用样式 可删除下面样式代码
|
|
||||||
@import "@/styles/table-common.scss";
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Reference in New Issue