liuhj недель назад: 2
Родитель
Сommit
4751c9baf4
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/components/OP/performanceanalysis.vue

+ 4 - 0
src/components/OP/performanceanalysis.vue

@@ -30,6 +30,7 @@
         <div style="display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;">
             <div class="performanceanalysis-haed">
                 <div class="performanceanalysis-haed-li">
+
                     <label>时间范围:</label>
                     <!-- <el-date-picker @change="AiPerformanceAnalysis_UserList" style="width:250px" size="small" v-model="months" type="month" placeholder="选择月">
                     </el-date-picker> -->
@@ -696,6 +697,9 @@ export default {
     .performanceanalysis-haed-li label{
         margin-right: 5px;
     }
+    .performanceanalysis-haed .el-range-editor.el-input__inner{
+        margin-bottom: 0;
+    }
     .performanceanalysis-table{
         margin-top: 20px;
     }