|
@@ -565,7 +565,7 @@ export default {
|
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
|
.overseas-custom-roadshow-box {
|
|
|
- height: calc(100vh - 110px);
|
|
|
+ min-height: calc(100vh - 110px);
|
|
|
background-color: white;
|
|
|
border: 1px solid #ECECEC;
|
|
|
border-radius: 2px;
|
|
@@ -589,6 +589,7 @@ export default {
|
|
|
}
|
|
|
.cont-wrapper {
|
|
|
margin-top: 10px;
|
|
|
+ padding-bottom: 40px;
|
|
|
}
|
|
|
.editor{
|
|
|
color:#409EFF;
|