| | |
| | | width="78" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | fixed="right" |
| | | label="操作" |
| | | width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button @click="handleClick(scope.row)" type="danger" size="small">删除</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </template> |
| | | <template v-if="item.jyjc == '1'"> |
| | |
| | | .box { |
| | | display: flex; |
| | | |
| | | height: 100vh; |
| | | // height: 100vh; |
| | | } |
| | | |
| | | .rightbox { |
| | |
| | | width: 684px; |
| | | position: fixed; /* 固定定位 */ |
| | | right: 60px; |
| | | |
| | | .right { |
| | | background-color: #fff; |
| | | // box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); |
| | | z-index: 10; |
| | | |
| | | max-height: calc(100vh - 100px); /* 假设你想为顶部和底部留出一些空间 */ |
| | | overflow-y: auto; /* 允许垂直滚动 */ |
| | | max-height: 900px; |
| | | height: calc(100vh - 100px); |
| | | /* 假设你想为顶部和底部留出一些空间 */ |
| | | overflow-y: auto !important; /* 允许垂直滚动 */ |
| | | padding: 0 0 50px; /* 可选:添加一些内边距以避免内容紧贴边缘 */ |
| | | padding-bottom: 200px; |
| | | } |