Commit ebbfc5c0 authored by 刘怀志's avatar 刘怀志

表单无数据样式修改

parent c8482972
...@@ -122,6 +122,7 @@ aside { ...@@ -122,6 +122,7 @@ aside {
//main-container全局样式 //main-container全局样式
.app-container { .app-container {
padding: 20px; padding: 20px;
min-height: calc(100vh - 50px - 24px - 24px - 5px);
} }
.components-container { .components-container {
......
...@@ -90,6 +90,9 @@ ...@@ -90,6 +90,9 @@
margin-left: 1px; margin-left: 1px;
} }
} }
.el-table__empty-block{
min-height: 88px;
}
} }
/** 表单布局 **/ /** 表单布局 **/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment