zmc
2023-08-15 9bfdf6ecef01397978c140aa4fbd8c4840d894fb
src/views/analysis/graph/AllRate.vue
@@ -1,10 +1,6 @@
<template>
  <div>
    <el-container>
      <!-- <el-header style="text-align:right; font-size:15px ">
         <i class="el-icon-s-data" style="font-size: 15px;color:rgb(226,207,207);margin-right:10px;"></i>
        <span style="color:rgb(226,207,207);">百分比数据</span>
        </el-header> -->
    <el-main> 
      <el-form :inline="true"  class="demo-form-inline">
@@ -434,5 +430,8 @@
    color: #333;
    line-height: 60px;
  } 
:deep().el-form .el-form-item__label{
  color: #000000;
  font-weight: bold;
}
</style>