소스 검색

解决 【物料分类】左侧分类列表要加一个滚动条,点开的分类一多就看不见下面的分类

002201 2 년 전
부모
커밋
0396dab93c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/material/classify/index.vue

+ 1 - 0
src/views/material/classify/index.vue

@@ -367,6 +367,7 @@ export default {
   height: calc(100vh - 84px);
   padding: 12px;
   box-sizing: border-box;
+  overflow-y: auto;
 }
 .title {
   font-weight: bold;