|
@@ -141,7 +141,6 @@ export default {
|
|
|
active(newVal) {
|
|
|
// 判断是否只有一张图片或者视频,ifrm lengthShow
|
|
|
let tempType = this.data[newVal];
|
|
|
- console.log(tempType);
|
|
|
if (tempType && tempType.length && tempType.length > 1) this.lengthShow = true;
|
|
|
else this.lengthShow = false;
|
|
|
if (!newVal) {
|
|
@@ -296,6 +295,7 @@ export default {
|
|
|
&:first-of-type {
|
|
|
font-weight: bold;
|
|
|
font-size: 20px;
|
|
|
+ padding-right: 40px;
|
|
|
}
|
|
|
}
|
|
|
}
|