修改视频大小
This commit is contained in:
parent
c1b9fd6a21
commit
21333f6f37
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -263,6 +263,10 @@ export default {
|
||||
::v-deep img{
|
||||
width:100%;
|
||||
}
|
||||
::v-deep iframe{
|
||||
width:100%;
|
||||
height: 500px;
|
||||
}
|
||||
.bodytop {
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -1554,6 +1554,10 @@ export default {
|
||||
// width: 800px;
|
||||
|
||||
// }
|
||||
::v-deep iframe{
|
||||
width:100%;
|
||||
height: 500px;
|
||||
}
|
||||
.propagandaselect {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user