|
@@ -94,7 +94,8 @@
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
</section>
|
|
</section>
|
|
- <section class="table-list">
|
|
|
|
|
|
+
|
|
|
|
+ <section class="table-list" :style="tableData && tableData.length ? 'height:calc(100% - 250px)':'height:100%'">
|
|
<!-- :span-method="objectSpanMethod"
|
|
<!-- :span-method="objectSpanMethod"
|
|
-->
|
|
-->
|
|
<el-table
|
|
<el-table
|
|
@@ -103,6 +104,7 @@
|
|
:header-cell-style="{background:'#e1e4e5',color:'#2b2b2b', lineHeight: '30px'}"
|
|
:header-cell-style="{background:'#e1e4e5',color:'#2b2b2b', lineHeight: '30px'}"
|
|
:cell-style="cellStyle"
|
|
:cell-style="cellStyle"
|
|
class="table"
|
|
class="table"
|
|
|
|
+ style="width: 100%;" height="100%"
|
|
>
|
|
>
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="Name"
|
|
prop="Name"
|
|
@@ -215,17 +217,19 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
</section>
|
|
</section>
|
|
- <!-- 分页 -->
|
|
|
|
- <el-pagination
|
|
|
|
- @size-change="handleSizeChange"
|
|
|
|
- @current-change="handleCurrentChange"
|
|
|
|
- :current-page="currentPage"
|
|
|
|
- :page-sizes="pageSizes"
|
|
|
|
- :page-size="pageSize"
|
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
- :total="total"
|
|
|
|
- style="float:right;margin-top:10px;padding:2px 5px;">
|
|
|
|
- </el-pagination>
|
|
|
|
|
|
+ <!-- 分页 -->
|
|
|
|
+ <el-pagination
|
|
|
|
+ class="relation-ship-pagination"
|
|
|
|
+ @size-change="handleSizeChange"
|
|
|
|
+ @current-change="handleCurrentChange"
|
|
|
|
+ :current-page="currentPage"
|
|
|
|
+ :page-sizes="pageSizes"
|
|
|
|
+ :page-size="pageSize"
|
|
|
|
+ layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
+ :total="total"
|
|
|
|
+ style="float:right;margin-top:10px;padding:2px 5px;">
|
|
|
|
+ </el-pagination>
|
|
|
|
+
|
|
<el-dialog
|
|
<el-dialog
|
|
title="提示"
|
|
title="提示"
|
|
:visible.sync="visible"
|
|
:visible.sync="visible"
|
|
@@ -607,6 +611,11 @@
|
|
margin-left: 20px;
|
|
margin-left: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+.relation-ship-pagination{
|
|
|
|
+ /deep/ .el-input__inner {
|
|
|
|
+ width: auto;
|
|
|
|
+ padding-right: 25px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|