This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
     new 8525d2d83 Add scrolling to the menu bar (#3456)
8525d2d83 is described below

commit 8525d2d831660860064a442635e5fbe35a88a22a
Author: Beacontownfc <[email protected]>
AuthorDate: Mon Sep 19 10:55:08 2022 +0800

    Add scrolling to the menu bar (#3456)
    
    * add scrolling to the menu bar
---
 linkis-web/src/apps/linkis/view/linkis/index.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/linkis-web/src/apps/linkis/view/linkis/index.vue 
b/linkis-web/src/apps/linkis/view/linkis/index.vue
index 0af650db9..51c01ca26 100644
--- a/linkis-web/src/apps/linkis/view/linkis/index.vue
+++ b/linkis-web/src/apps/linkis/view/linkis/index.vue
@@ -25,6 +25,7 @@
     <div class="console-page-content-body">
       <div class="content-body-side-nav">
         <Card
+          style="height:87vh; overflow: auto;"
           :padding="sideNavList.padding"
           :icon="sideNavList.icon"
           shadow


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to