Commit bb32d98f by liuyong

修改菜单

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