Просмотр исходного кода

无tab配置页面设置最小高度

sugar1569 2 лет назад
Родитель
Сommit
7179bd0b65
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      template/admin/src/pages/setting/setSystem/index.vue

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

@@ -227,8 +227,8 @@ export default {
 }
 
 .fromBox {
-  min-height: 600px;
-  margin-top 0px !important ;
+  min-height: calc(100vh - 200px);
+  margin-top: 0px !important ;
 }
 .article-manager /deep/ .ivu-form-item{
   margin-bottom: 20px !important;