Commit 8215e778 authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

parent 32d77c40
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</span> </span>
</el-col> </el-col>
<el-col :span="24" v-if="isSaving == 1"> <el-col :span="24" v-if="isSaving == 1">
<el-form-item label="温度设定:"> <el-form-item label="温度设定(℃):">
<el-input <el-input
v-model="formData.temperature" v-model="formData.temperature"
clearable="" clearable=""
......
...@@ -9,9 +9,13 @@ ...@@ -9,9 +9,13 @@
<span>系统运行时间</span> <span>系统运行时间</span>
</div> </div>
<div class="card-text" v-if="dataList.systemRunningTime"> <div class="card-text" v-if="dataList.systemRunningTime">
<span style='color:#21ACFC;'>{{ dataList.systemRunningTime[0] }}</span <span style="color: #21acfc">{{
><span class="date-color" style="font-size: 16px;"></span dataList.systemRunningTime[0]
><span style='color:#21ACFC;'>{{ dataList.systemRunningTime[1] }}</span }}</span
><span class="date-color" style="font-size: 16px"></span
><span style="color: #21acfc">{{
dataList.systemRunningTime[1]
}}</span
><span class="date-color"></span> ><span class="date-color"></span>
<!-- {{dataList.systemRunningTime}} --> <!-- {{dataList.systemRunningTime}} -->
...@@ -23,7 +27,7 @@ ...@@ -23,7 +27,7 @@
<span>报警总数</span> <span>报警总数</span>
</div> </div>
<div class="card-text"> <div class="card-text">
<span style='color:#F2637B;'>{{ dataList.faultAlarm }}</span <span style="color: #f2637b">{{ dataList.faultAlarm }}</span
><span class="date-color"></span> ><span class="date-color"></span>
</div> </div>
</div> </div>
...@@ -115,7 +119,7 @@ ...@@ -115,7 +119,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="handle-mode-wrap"> <div class="handle-mode-wrap">
<div class="font-style font_14"> <div class="font-style font_14">
<span>手动模式</span> <span>人工模式</span>
</div> </div>
<div class="flex-save-warp"> <div class="flex-save-warp">
<div> <div>
...@@ -167,7 +171,7 @@ ...@@ -167,7 +171,7 @@
<chart <chart
id="home" id="home"
:data="data" :data="data"
:title="activeIndex==0?'今日能耗统计':'本月能耗统计'" :title="activeIndex == 0 ? '今日能耗统计' : '本月能耗统计'"
color="#21ACFC" color="#21ACFC"
ref="chart" ref="chart"
></chart> ></chart>
......
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