浏览代码

修复bug6-25am

liujiejie 1 年之前
父节点
当前提交
861c130f50
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 二进制
      dist.zip
  2. 5 2
      src/views/performance/components/analysisEvent.vue

二进制
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;
   }