Browse Source

fix: 选择相机关联的算法,固定高度

louhangfei 1 year ago
parent
commit
a765a36db6

+ 1 - 1
src/modules/algo-params-setting-base/components/AlgoCanSelect/AlgoCanSelect.vue

@@ -58,7 +58,7 @@
       // display: flex;
       // flex-wrap: wrap;
       // gap: 12px;
-      max-height: 442px;
+      height: 442px;
       overflow-y: auto;
     }