Commit 8371af5e authored by qjeslks's avatar qjeslks

7.16.7

parent ee4c93db
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
<el-col :span="4"> <el-col :span="4">
<div class="grid-content">近N小时室外平均温度(℃)</div> <div class="grid-content">近N小时室外平均温度(℃)</div>
</el-col> </el-col>
<!-- <el-col :span="1">
<div class="radiu" style="width: 0%;height: 100%;"></div>
</el-col> -->
<el-col :span="3"> <el-col :span="3">
<div class="grid-content">室外平均T比较设定值(℃)</div> <div class="grid-content">室外平均T比较设定值(℃)</div>
</el-col> </el-col>
...@@ -79,7 +82,10 @@ ...@@ -79,7 +82,10 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="15"> <el-col :span="4">
<div style="height: 0%;"></div>
</el-col>
<el-col :span="11">
<div class="radius" style="width: 100%;height: 0px;"></div> <div class="radius" style="width: 100%;height: 0px;"></div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -111,7 +117,10 @@ ...@@ -111,7 +117,10 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="15"> <el-col :span="4">
<div style="height: 0%;"></div>
</el-col>
<el-col :span="11">
<div class="radius" style="width: 100%;height: 0px;"></div> <div class="radius" style="width: 100%;height: 0px;"></div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -143,7 +152,10 @@ ...@@ -143,7 +152,10 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="15"> <el-col :span="4">
<div style="height: 0%;"></div>
</el-col>
<el-col :span="11">
<div class="radius" style="width: 100%;height: 0px;"></div> <div class="radius" style="width: 100%;height: 0px;"></div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -172,7 +184,10 @@ ...@@ -172,7 +184,10 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="15"> <el-col :span="4">
<div style="height: 0%;"></div>
</el-col>
<el-col :span="11">
<div class="radius" style="width: 100%;height: 0px;"></div> <div class="radius" style="width: 100%;height: 0px;"></div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -305,4 +320,7 @@ onUnmounted(() => { ...@@ -305,4 +320,7 @@ onUnmounted(() => {
.radius { .radius {
border: 1px solid #e4e7ed; border: 1px solid #e4e7ed;
} }
.radiu {
border-left: 1px solid #e4e7ed;
}
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment