优化一个上传组件控制台报错bug 以及 buyer端楼层装修显示

master
lemon橪 2022-03-17 16:35:10 +08:00
parent 2ea2723aed
commit e27070e089
2 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ export default {
padding: 0 10px;
font-size: 12px;
>div:nth-child(1) {
width: 130px;
margin-top: 30px;
span:nth-child(1){
color: #fff;
@ -169,7 +169,7 @@ export default {
padding: 0 5px;
background-color: #a25684;
display: block;
width: 120px;
overflow: hidden;
white-space: nowrap;
margin: 0 10px 10px 0;

View File

@ -62,7 +62,7 @@ export default {
},
props: {
value: {
type: Object
type: null
},
draggable: {
type: Boolean,