diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue index 4602c31..a9efc9b 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryMain.vue @@ -12,7 +12,7 @@ :visible-arrow=false v-model="createDesignerVisible" @show="showCreateEvent"> -
+
  • @@ -26,12 +26,13 @@
+
+
- @@ -1530,6 +1531,19 @@ font-size: 18px; } + + .new-repository-box { + max-height: 500px; /* 指定的最大高度 */ + overflow-y: auto; /* 纵向滚动条 */ + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* IE 10+ */ + } + + .new-repository-box::-webkit-scrollbar { /* Chrome, Safari, Opera */ + width: 0; + height: 0; + } + .new-repository-item:hover .item-name { color: #4E7FF9; }