瀏覽代碼

隐藏搜索对话框的滚动条

mxd 4 年之前
父節點
當前提交
9df21a0933
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      magic-editor/src/console/src/components/layout/magic-search.vue

+ 3 - 0
magic-editor/src/console/src/components/layout/magic-search.vue

@@ -183,6 +183,9 @@ export default {
 </script>
 
 <style>
+.ma-search-container{
+  overflow: hidden;
+}
 .ma-search-container .ma-search-result-container {
   overflow: auto;
   height: 200px;