Browse Source

修复bug6-25am

liujiejie 1 year ago
parent
commit
861c130f50
2 changed files with 5 additions and 2 deletions
  1. BIN
      dist.zip
  2. 5 2
      src/views/performance/components/analysisEvent.vue

BIN
dist.zip


+ 5 - 2
src/views/performance/components/analysisEvent.vue

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