|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2024-05-29 09:13:51
|
|
|
- * @LastEditTime: 2024-06-25 10:02:53
|
|
|
+ * @LastEditTime: 2024-06-25 16:30:49
|
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/views/performance/components/analysisEvent.vue
|
|
@@ -927,7 +927,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.drawerOption {
|
|
|
+::v-deep.drawerOption {
|
|
|
+ .el-drawer {
|
|
|
+ width: 33% !important;
|
|
|
+ }
|
|
|
.el-checkbox-group {
|
|
|
line-height: 40px !important;
|
|
|
}
|