Commit bb32d98f by liuyong

修改菜单

1 parent 6188b3e4
...@@ -91,10 +91,10 @@ ...@@ -91,10 +91,10 @@
</el-table> </el-table>
<el-pagination <el-pagination
:current-page="1" :current-page="1"
:page-sizes="[100, 200, 300, 400]" :page-sizes="[5, 20, 50, 100]"
:page-size="100" :page-size="30"
layout="total, sizes, prev, pager, next, jumper" layout="total, sizes, prev, pager, next, jumper"
:total="400"> :total="5">
</el-pagination> </el-pagination>
</div> </div>
......
...@@ -98,11 +98,12 @@ ...@@ -98,11 +98,12 @@
<style scoped> <style scoped>
.YeWuZiChanGuanLi{ .YeWuZiChanGuanLi{
width: 100%; width: 100%;
height: calc(100% - 20px); /* height: calc(100% - 20px); */
height: 100%;
display: flex; display: flex;
padding-right: 20px; /* padding-right: 20px;
padding-left: 20px; padding-left: 20px;
padding-bottom: 20px; padding-bottom: 20px; */
} }
.left_container{ .left_container{
width: 20%; width: 20%;
......
...@@ -17,9 +17,10 @@ ...@@ -17,9 +17,10 @@
<style scoped> <style scoped>
.YuanMoXingGuanLi{ .YuanMoXingGuanLi{
width: 100%; width: 100%;
height: calc(100% - 20px); /* height: calc(100% - 20px); */
padding-right: 20px; height: 100%;
/* padding-right: 20px;
padding-left: 20px; padding-left: 20px;
padding-bottom: 20px; padding-bottom: 20px; */
} }
</style> </style>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!