Please enter the commit message for your changes. Lines starting

with '#' will be ignored, and an empty message aborts the commit.

On branch main
Your branch is up to date with 'RQteafactory-NodeJS/main'.

Changes to be committed:
	modified:   static/css/sensor-2.css
	modified:   static/css/sensor-3.css
	modified:   static/css/sensor-4.css
	modified:   templates/sensor-2.html
	modified:   templates/sensor-3.html
	modified:   templates/sensor-4.html
This commit is contained in:
IrisVega 2024-07-24 11:39:02 +08:00
parent 90f5284663
commit 434e0422fb
6 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@ body,html {
font-size: 50px; font-size: 50px;
} }
.container-bottom { .bottom {
height: 75%; height: 75%;
width: 100%; width: 100%;
display: flex; display: flex;
@ -29,7 +29,7 @@ body,html {
width: 80%; width: 80%;
height: 80%; height: 80%;
} }
.bottom{ .container-bottom{
height:10%; height:10%;
width:100%; width:100%;
display: flex; display: flex;

View File

@ -18,7 +18,7 @@ body,html {
font-size: 50px; font-size: 50px;
} }
.container-bottom { .bottom {
height: 75%; height: 75%;
width: 100%; width: 100%;
display: flex; display: flex;
@ -29,7 +29,7 @@ body,html {
width: 80%; width: 80%;
height: 80%; height: 80%;
} }
.bottom{ .container-bottom{
height:10%; height:10%;
width:100%; width:100%;
display: flex; display: flex;

View File

@ -18,7 +18,7 @@ body,html {
font-size: 50px; font-size: 50px;
} }
.container-bottom { .bottom {
height: 75%; height: 75%;
width: 100%; width: 100%;
display: flex; display: flex;
@ -29,7 +29,7 @@ body,html {
width: 80%; width: 80%;
height: 80%; height: 80%;
} }
.bottom{ .container-bottom{
height:10%; height:10%;
width:100%; width:100%;
display: flex; display: flex;

View File

@ -9,10 +9,10 @@
<body> <body>
<div class="container-top">湿度数据表</div> <div class="container-top">湿度数据表</div>
<div class="container-bottom"> <div class="container-bottom">
<div class="container1" id="chart-container"></div> <div class="value" id="humidity">Loading...</div>
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="value" id="humidity">Loading...</div> <div class="container1" id="chart-container"></div>
</div> </div>
</body> </body>
<script src="../static/js/sensor-2.js"></script> <script src="../static/js/sensor-2.js"></script>

View File

@ -9,10 +9,10 @@
<body> <body>
<div class="container-top">二氧化碳数据表</div> <div class="container-top">二氧化碳数据表</div>
<div class="container-bottom"> <div class="container-bottom">
<div class="container1" id="chart-container"></div> <div class="value" id="co2">Loading...</div>
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="value" id="co2">Loading...</div> <div class="container1" id="chart-container"></div>
</div> </div>
</body> </body>
<script src="../static/js/sensor-3.js"></script> <script src="../static/js/sensor-3.js"></script>

View File

@ -9,10 +9,10 @@
<body> <body>
<div class="container-top">压力数据表</div> <div class="container-top">压力数据表</div>
<div class="container-bottom"> <div class="container-bottom">
<div class="container1" id="chart-container"></div> <div class="value" id="pressure">Loading...</div>
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="value" id="pressure">Loading...</div> <div class="container1" id="chart-container"></div>
</div> </div>
</body> </body>
<script src="../static/js/sensor-4.js"></script> <script src="../static/js/sensor-4.js"></script>