@@ -244,8 +244,8 @@ export default {
</script>
<style lang="scss" scoped>
.mobile-land-page {
- min-height: 100vh;
- max-height: 100vh;
+ min-height: 100%;
+ max-height: 100%;
background: linear-gradient(180deg, #cceaff 0%, #ffffff 70.42%);
display: flex;
flex-direction: column;
@@ -91,13 +91,25 @@ export default {
};
+<style lang="scss">
+html,
+body,
+#__nuxt,
+#__layout {
+ width: 100%;
+ height: 100%;
+ padding: 0;
+ margin: 0;
+}
+</style>
+
body {
background-color: #f5f5f5;
}
.course-page {
overflow: hidden;
@@ -340,7 +340,6 @@ export default {
postUserInfo: {},
- console.log('data', data);
return {
detail: data.data,
customCover: data.data.postBizData && data.data.postBizData.posterType == 2 ? 1 : 0,