fix:系统内置库内的ICP更新页表格多出一空行

This commit is contained in:
hyx
2023-09-22 18:06:46 +08:00
parent 4f1758c31a
commit 18fedfd5c3
2 changed files with 5 additions and 3 deletions

View File

@@ -1645,7 +1645,7 @@ height:300px !important;
flex-direction: column;
padding-bottom:0 !important;
width: 1080px !important;
height: 600px;
height: 75vh;
overflow: hidden;
&.update-knowledge--upload {
height: auto;
@@ -1789,11 +1789,14 @@ height:300px !important;
.update-dialog__table {
border-bottom: none;
border-radius: 0.28571rem;
max-height:calc(75vh - 190px);
.el-table--border th, .el-table--border td {
border-right: none;
}
.el-table__body-wrapper {
height:100%;
height:fit-content;
max-height: calc(75vh - 230px);
overflow-y: auto;
}
}
.update-knowledge-form {

View File

@@ -126,7 +126,6 @@
:data="updateHistoryList"
@selection-change="secondSelectionChange"
width="100%"
max-height="400px"
class="update-dialog__table"
cell-style="padding:6px 0px;font-size: 12px;color: #353636;font-weight: 400;line-height: 20px;border-right:none;"
header-cell-style="padding:8px 0px;font-size: 12px;color: #353636;font-weight: 500;border-right:none;">