@@ -541,7 +541,10 @@ export default {
border: none;
}
-
+.search-panel /deep/ .ant-select-selection {
+ max-height: 150px;
+ overflow: auto;
+ }
.panel {
margin-top: 10px;
background-color: #ffffff;