yshop2.0.2,修复issue#I1B8RB,#I1B49Y,#I1BASM,#I1B9O7,#I1B9ED

This commit is contained in:
hupeng
2020-03-11 22:16:23 +08:00
parent 16a1fbc139
commit 1357535565
17 changed files with 19 additions and 29 deletions

View File

@ -103,6 +103,7 @@
:src="item.url"
fit="contain"
:preview-src-list="[item.url]"
z-index="999"
/>
<div>
<el-checkbox class="material-name" :label="item.url">
@ -458,6 +459,9 @@ export default {
</script>
<style lang="scss" scoped>
/deep/ .el-icon-circle-close{
color: red;
}
.material-name{
padding: 8px 0px;
}