|
@@ -101,6 +101,7 @@
|
|
|
v-loading="loading"
|
|
|
:data="infoList"
|
|
|
@selection-change="handleSelectionChange"
|
|
|
+ class="table"
|
|
|
height="calc(100vh - 300px)"
|
|
|
>
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
@@ -583,6 +584,10 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+// .table{
|
|
|
+// height:calc(100vh - 300px);
|
|
|
+// // overflow: auto;
|
|
|
+// }
|
|
|
/deep/ .image-slot {
|
|
|
width: 100%;
|
|
|
height: 100%;
|