|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
- <view class="flex-col justify-start home-container">
|
|
|
+ <view class="home-container">
|
|
|
<view class="container-bg"></view>
|
|
|
<cu-custom bgColor="#fff"><view slot="content" style="color: #FFFFFF">UU睡眠</view></cu-custom>
|
|
|
|
|
|
- <view class="flex-col home-module space-y-20">
|
|
|
+ <view class="flex-col home-module space-y-20 page">
|
|
|
|
|
|
<!-- no device added -->
|
|
|
<view v-if="!deviceAdded">
|
|
@@ -814,6 +814,13 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+.page {
|
|
|
+ background-color: #000000;
|
|
|
+ width: 100%;
|
|
|
+ overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
.echarts-wrap {
|
|
|
width: 100%;
|
|
|
height: 80px;
|
|
@@ -1057,9 +1064,6 @@ export default {
|
|
|
padding-bottom: 2rem;
|
|
|
background-color: #000000;
|
|
|
width: 100%;
|
|
|
- overflow-y: auto;
|
|
|
- overflow-x: hidden;
|
|
|
- height: 100%;
|
|
|
|
|
|
.home-module {
|
|
|
padding: 1.75rem 0 3.38rem;
|