Przeglądaj źródła

只滚动内容

cxmo 1 rok temu
rodzic
commit
d6540b962b
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/views/update/Index.vue

+ 2 - 0
src/views/update/Index.vue

@@ -125,6 +125,7 @@ onMounted(()=>{
         width:300px;
         border-right: 1px solid #DCDFE6;
         padding:30px;
+        overflow-y: auto;
         .menu-title{
             margin-bottom: 20px;
             cursor: pointer;
@@ -165,6 +166,7 @@ onMounted(()=>{
         flex: 1;
         padding:60px;
         user-select: none;
+        overflow-y: auto;
         .list-title,.title{
             display: flex;
             align-items: center;