feat: 公共链接页面样式

This commit is contained in:
fit2cloud-chenyw 2021-05-19 18:19:30 +08:00
parent bf338aaa0a
commit a092244066

View File

@ -1,5 +1,5 @@
<template>
<div style="width: 100%;height: 100%;background-color: #f7f8fa">
<div style="width: 100%;height: 100vh;background-color: #f7f8fa">
<Preview v-if="show" />
</div>
</template>
@ -36,7 +36,7 @@ export default {
})
},
resetID(data) {
if( data ) {
if (data) {
data.forEach(item => {
item.id = uuid.v1()
})