修改视频大小
This commit is contained in:
parent
c1b9fd6a21
commit
21333f6f37
@ -422,6 +422,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep iframe{
|
||||||
|
width:100%;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
::v-deep .el-collapse-item__header {
|
::v-deep .el-collapse-item__header {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@ -380,6 +380,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep iframe{
|
||||||
|
width:100%;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
::v-deep .el-collapse-item__header {
|
::v-deep .el-collapse-item__header {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@ -263,6 +263,10 @@ export default {
|
|||||||
::v-deep img{
|
::v-deep img{
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
::v-deep iframe{
|
||||||
|
width:100%;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
.bodytop {
|
.bodytop {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|||||||
@ -71,6 +71,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep iframe{
|
||||||
|
width:100%;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
.header {
|
.header {
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|||||||
@ -172,7 +172,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="bottomform">
|
<div class="bottomform">
|
||||||
<!-- 问卷预览弹框 -->
|
<!-- 问卷预览弹框 -->
|
||||||
|
|
||||||
<questionopennew
|
<questionopennew
|
||||||
style="width: 100%; background: #fff"
|
style="width: 100%; background: #fff"
|
||||||
ref="question"
|
ref="question"
|
||||||
@ -726,6 +725,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
::v-deep iframe{
|
||||||
|
width:100%;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
::v-deep .el-card__body {
|
::v-deep .el-card__body {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1554,6 +1554,10 @@ export default {
|
|||||||
// width: 800px;
|
// width: 800px;
|
||||||
|
|
||||||
// }
|
// }
|
||||||
|
::v-deep iframe{
|
||||||
|
width:100%;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
.propagandaselect {
|
.propagandaselect {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|||||||
@ -396,6 +396,10 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep iframe{
|
||||||
|
width:100%;
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
.tk {
|
.tk {
|
||||||
::v-deep .el-textarea__inner {
|
::v-deep .el-textarea__inner {
|
||||||
margin: 20px 0 10px 30px;
|
margin: 20px 0 10px 30px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user