|
|
@@ -30,20 +30,20 @@
|
|
|
<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>
|
|
|
+ <label>时间范围:</label>
|
|
|
<!-- <el-date-picker @change="AiPerformanceAnalysis_UserList" style="width:250px" size="small" v-model="months" type="month" placeholder="选择月">
|
|
|
</el-date-picker> -->
|
|
|
- <el-date-picker @change="AiPerformanceAnalysis_UserList" style="width:250px" size="small" v-model="months" type="daterange" align="right"
|
|
|
+ <el-date-picker @change="AiPerformanceAnalysis_UserList" style="width:250px" size="mini" v-model="months" type="daterange" align="right"
|
|
|
unlink-panels range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"
|
|
|
:picker-options="pickerOptions">
|
|
|
</el-date-picker>
|
|
|
</div>
|
|
|
<div class="performanceanalysis-haed-li">
|
|
|
<label>公司/岗位/用户:</label>
|
|
|
- <el-input style="width:200px" size="small" placeholder="请输入内容" v-model="value" clearable></el-input>
|
|
|
+ <el-input style="width:200px" size="mini" placeholder="请输入内容" v-model="value" clearable></el-input>
|
|
|
</div>
|
|
|
<div class="performanceanalysis-haed-li">
|
|
|
- <el-button @click="sousuoccc" size="small" type="primary">搜索</el-button>
|
|
|
+ <el-button @click="sousuoccc" size="mini" type="primary">搜索</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
@@ -690,6 +690,8 @@ export default {
|
|
|
}
|
|
|
.performanceanalysis-haed-li{
|
|
|
margin-right: 10px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.performanceanalysis-haed-li label{
|
|
|
margin-right: 5px;
|