|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2024-05-29 09:13:51
|
|
|
- * @LastEditTime: 2024-06-26 14:07:58
|
|
|
+ * @LastEditTime: 2024-06-26 15:13:48
|
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/views/performance/components/analysisEvent.vue
|
|
@@ -16,7 +16,13 @@
|
|
|
>分析</el-button
|
|
|
>
|
|
|
<el-button size="small" @click="resetForm">重置</el-button>
|
|
|
- <i @click="drawer = true" class="el-icon-setting"></i>
|
|
|
+ <!-- <el-button
|
|
|
+ type="info"
|
|
|
+ size="small"
|
|
|
+ @click="drawer = true"
|
|
|
+ icon="el-icon-setting"
|
|
|
+ ></el-button> -->
|
|
|
+ <i @click="drawer = true" class="el-icon-setting setting"></i>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -113,10 +119,10 @@
|
|
|
v-if="checkedCities.find((item) => item === '分析时间')"
|
|
|
>
|
|
|
<el-date-picker
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- size="small"
|
|
|
+ value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
v-model="picker"
|
|
|
- type="daterange"
|
|
|
+ type="datetimerange"
|
|
|
+ size="small"
|
|
|
range-separator="至"
|
|
|
start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期"
|
|
@@ -952,6 +958,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+// .setting {
|
|
|
+// font-size: 20px;
|
|
|
+// font-weight: 900;
|
|
|
+// }
|
|
|
::v-deep.el-select--small,
|
|
|
::v-deep.el-select__tags {
|
|
|
width: 200px !important;
|
|
@@ -970,7 +980,8 @@ export default {
|
|
|
align-items: center !important;
|
|
|
i {
|
|
|
margin-left: 10px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: 800;
|
|
|
}
|
|
|
}
|
|
|
}
|