Commit c20a0742 authored by 罗超's avatar 罗超

部分样式调整

parent d78bb9f2
......@@ -288,7 +288,9 @@
}
.bold {
font-family: "PingFangR"
/* font-family: "PingFangR" */
font-family: "MUIL";
font-weight: 600;
}
.clearfix:after {
......
......@@ -60,8 +60,8 @@
<p style="padding-left:25px;padding-top:20px;" class="c11 bold">资产状态占比</p>
<el-row v-for="(item,index) in StatusList" :key="index" class="ziItem">
<el-col :span="14">
<p>资产{{item.Name}}</p>
<p style="margin-top:6px"><span class="sl">数量</span> {{item.Count}}</p>
<p style="font-family:'muil';font-size:16px;font-weight: 600;">资产{{item.Name}}</p>
<p style="margin-top:6px;"><span class="sl">数量</span> <span style="font-family:'muil';font-size:24px;font-weight: 600;margin-left: 5px;">{{item.Count}}</span></p>
</el-col>
<el-col :span="10" style="text-align:right">
<el-progress class="progressDiv" type="circle" :percentage="item.percent" color="#089bab" :stroke-width="12" :width="86"></el-progress>
......
This diff is collapsed.
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