Explorar el Código

接口文档页面优化

sugar1569 hace 2 años
padre
commit
afb4402c13
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      template/admin/src/pages/setting/systemOutInterface/index.vue

+ 2 - 2
template/admin/src/pages/setting/systemOutInterface/index.vue

@@ -892,7 +892,7 @@ export default {
   .main-btn {}
   .card-tree{
     width: 270px;
-    height: calc(100vh - 190px);
+    height: calc(100vh - 115px);
     overflow-y: scroll;
   }
   >>> .tree {
@@ -981,7 +981,7 @@ export default {
   }
   .right-card {
     flex: 1;
-    max-height: calc(100vh - 190px);
+    max-height: calc(100vh - 115px);
     overflow-y: scroll;
   }