fix:系统内置库内的ICP更新页表格多出一空行
This commit is contained in:
@@ -1645,7 +1645,7 @@ height:300px !important;
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-bottom:0 !important;
|
padding-bottom:0 !important;
|
||||||
width: 1080px !important;
|
width: 1080px !important;
|
||||||
height: 600px;
|
height: 75vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
&.update-knowledge--upload {
|
&.update-knowledge--upload {
|
||||||
height: auto;
|
height: auto;
|
||||||
@@ -1789,11 +1789,14 @@ height:300px !important;
|
|||||||
.update-dialog__table {
|
.update-dialog__table {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-radius: 0.28571rem;
|
border-radius: 0.28571rem;
|
||||||
|
max-height:calc(75vh - 190px);
|
||||||
.el-table--border th, .el-table--border td {
|
.el-table--border th, .el-table--border td {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
.el-table__body-wrapper {
|
.el-table__body-wrapper {
|
||||||
height:100%;
|
height:fit-content;
|
||||||
|
max-height: calc(75vh - 230px);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.update-knowledge-form {
|
.update-knowledge-form {
|
||||||
|
|||||||
@@ -126,7 +126,6 @@
|
|||||||
:data="updateHistoryList"
|
:data="updateHistoryList"
|
||||||
@selection-change="secondSelectionChange"
|
@selection-change="secondSelectionChange"
|
||||||
width="100%"
|
width="100%"
|
||||||
max-height="400px"
|
|
||||||
class="update-dialog__table"
|
class="update-dialog__table"
|
||||||
cell-style="padding:6px 0px;font-size: 12px;color: #353636;font-weight: 400;line-height: 20px;border-right:none;"
|
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;">
|
header-cell-style="padding:8px 0px;font-size: 12px;color: #353636;font-weight: 500;border-right:none;">
|
||||||
|
|||||||
Reference in New Issue
Block a user