优化一个上传组件控制台报错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; padding: 0 10px;
font-size: 12px; font-size: 12px;
>div:nth-child(1) { >div:nth-child(1) {
width: 130px;
margin-top: 30px; margin-top: 30px;
span:nth-child(1){ span:nth-child(1){
color: #fff; color: #fff;
@ -169,7 +169,7 @@ export default {
padding: 0 5px; padding: 0 5px;
background-color: #a25684; background-color: #a25684;
display: block; display: block;
width: 120px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
margin: 0 10px 10px 0; margin: 0 10px 10px 0;

View File

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