icon,富文本视频优化

master
gongfuxiang 2024-10-16 11:35:21 +08:00
parent b585458224
commit 08bc73e561
2 changed files with 33 additions and 37 deletions

View File

@ -45,7 +45,6 @@
style_container: common_styles_computer(new_style.common_style),
style_img_container: common_img_computer(new_style.common_style),
});
console.log(this.content);
},
},
};
@ -56,8 +55,13 @@
* {
max-width: 100%;
}
/* #ifdef H5 */
[id^=v] {
width: 100%;
}
/* #endif */
}
.diy-rich-text video {
width: 100%;
}
</style>

File diff suppressed because one or more lines are too long