소스 검색

显示问题

gaoxiong 1 년 전
부모
커밋
69517c7244
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/menu/operate/index.vue

+ 5 - 1
src/views/menu/operate/index.vue

@@ -127,6 +127,9 @@ export default {
   margin-left: 3vw;
 }
 .index-container {
+  .van-sidebar{
+    width: 30vw;
+  }
   .van-sidebar-item--select::before {
     background-color: #008cd6;
     width: 1.066667vw;
@@ -153,7 +156,8 @@ export default {
   height: 100vh;
 }
 .operator-card{
-  height: 6vh;
+  min-height: 6vh;
+  height: auto;
   margin-left: 2%;
   margin-right: 2%;
   margin-top: 2%;