|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div id="MaterialClassDivision">
|
|
|
<div v-if="isList">
|
|
|
- <el-card style="height: calc(100vh - 15vh);position: relative;overflow: scroll;">
|
|
|
+ <el-card style="position: relative;">
|
|
|
<el-form class="search_area" label-width="130px">
|
|
|
<el-row :gutter="10">
|
|
|
<el-col :span="1.5">
|
|
@@ -215,7 +215,8 @@
|
|
|
:header-cell-style="{ borderColor: '#c0c0c0' }"
|
|
|
class="exporttable"
|
|
|
border
|
|
|
- max-height="480"
|
|
|
+ height="390"
|
|
|
+ max-height="390"
|
|
|
style="font-size: 12px;"
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
@@ -484,7 +485,6 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
#MaterialClassDivision {
|
|
|
- height: calc(100vh - 84px);
|
|
|
padding: 12px;
|
|
|
box-sizing: border-box;
|
|
|
overflow-y: scroll;
|
|
@@ -501,7 +501,7 @@ export default {
|
|
|
border: none;
|
|
|
}
|
|
|
::v-deep .el-card .el-form-item {
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-bottom: 3px;
|
|
|
}
|
|
|
.el-pagination {
|
|
|
margin-top: 10px;
|