wyling 4 лет назад
Родитель
Сommit
df4990d8d3
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/views/school/info/index.vue

+ 5 - 0
src/views/school/info/index.vue

@@ -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%;