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-1.css
	modified:   templates/sensor-1.html
This commit is contained in:
IrisVega 2024-07-24 11:17:05 +08:00
parent da0e2493f3
commit ab0dabf0e6
2 changed files with 4 additions and 4 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

@ -7,11 +7,11 @@
<link rel="stylesheet" href="../static/css/sensor-1.css"> <link rel="stylesheet" href="../static/css/sensor-1.css">
</head> </head>
<body> <body>
<div class="container-top">温度数据表</div> <div class="bottom">温度数据表</div>
<div class="container-bottom"> <div class="container-bottom">
<div class="container1" id="chart-container"></div> <div class="container1" id="chart-container"></div>
</div> </div>
<div class="bottom"> <div class="container-top">
<div class="value" id="temperature">Loading...</div> <div class="value" id="temperature">Loading...</div>
</div> </div>
</body> </body>