|
|
@@ -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;
|
|
|
}
|