修改视频大小

This commit is contained in:
shidongli 2024-05-31 15:24:26 +08:00
parent c1b9fd6a21
commit 21333f6f37
7 changed files with 28 additions and 1 deletions

View File

@ -422,6 +422,10 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep iframe{
width:100%;
height: 500px;
}
::v-deep .el-collapse-item__header {
font-size: 16px;
font-weight: bold;

View File

@ -380,6 +380,10 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep iframe{
width:100%;
height: 500px;
}
::v-deep .el-collapse-item__header {
font-size: 16px;
font-weight: bold;

View File

@ -263,6 +263,10 @@ export default {
::v-deep img{
width:100%;
}
::v-deep iframe{
width:100%;
height: 500px;
}
.bodytop {
width: 96%;
margin: 0 auto;

View File

@ -71,6 +71,10 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep iframe{
width:100%;
height: 500px;
}
.header {
background-color: #fff !important;
padding: 0 !important;

View File

@ -172,7 +172,6 @@
</div>
<div class="bottomform">
<!-- 问卷预览弹框 -->
<questionopennew
style="width: 100%; background: #fff"
ref="question"
@ -726,6 +725,10 @@ export default {
};
</script>
<style scoped lang="scss">
::v-deep iframe{
width:100%;
height: 500px;
}
::v-deep .el-card__body {
position: relative;
}

View File

@ -1554,6 +1554,10 @@ export default {
// width: 800px;
// }
::v-deep iframe{
width:100%;
height: 500px;
}
.propagandaselect {
width: 100px;
height: 100px;

View File

@ -396,6 +396,10 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep iframe{
width:100%;
height: 500px;
}
.tk {
::v-deep .el-textarea__inner {
margin: 20px 0 10px 30px;