Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.7

This commit is contained in:
zhangyu
2023-07-10 16:11:31 +08:00
6 changed files with 11 additions and 9 deletions

View File

@@ -245,7 +245,7 @@
width: 100%;
box-sizing: border-box;
flex: auto;
height: calc(100% - 58px);
height: calc(100% - 60px);
.el-table:not(.chart-table) {
width: 100%;
@@ -421,7 +421,7 @@
/* end--覆盖el-table边框、gutter等样式 */
.pagination-bottom {
position: absolute;
bottom: 1px;
bottom: 0px;
height: 48px;
z-index: 1;
width: calc(100% - 20px);

View File

@@ -22,7 +22,7 @@
}
}
.bottom-data-list .sub-container {
height: calc(100% - 50px);
height: calc(100% - 45px);
background-color: $--background-color-base;
overflow-y: auto;
& > div {
@@ -222,7 +222,7 @@
bottom: 0;
}
.bottom-box .sub-container {
height: calc(100% - 50px);
height: calc(100% - 45px);
}
.bottom-box .sub-container .nz-table-list {
height: calc(100% - 20px);
@@ -363,7 +363,7 @@
.sub-container .nz-table-list {
height: 100%;
overflow-y: auto;
padding-bottom: 0 !important;
padding-bottom: 20px !important;
}
.textarea-box {
overflow: hidden;
@@ -422,7 +422,6 @@
}
}
#assetCommentTable {
height: calc(100% - 25px) !important;
.descriptions-info {
font-size: 14px;
font-family: Roboto-Regular;

View File

@@ -56,6 +56,10 @@
transform: translate(-6px, 6px);
}
.nz-table-list{
padding-bottom: 20px !important;
}
.mib-browser-box {
display: flex;
height: calc(100% - 55px);

View File

@@ -29,7 +29,7 @@
</div>
</rich-text-editor>
</div>
<div style="height:calc(100% - 45px)">
<div>
<assetCommentTable
ref="dataTable"
:orderByFa="'id'"

View File

@@ -3,7 +3,6 @@
id="assetCommentTable"
ref="dataTable"
:data="tableData"
:height="height"
:show-header="false"
tooltip-effect="light"
class="resize-rich-text-editor-table"

View File

@@ -243,7 +243,7 @@ export default {
},
silenceBoxShow: false,
dataListLayout: localStorage.getItem('dataList-layout' + 'assetTable') ? JSON.parse(localStorage.getItem('dataList-layout' + 'assetTable')) : ['searchInput', 'elementSet', 'clickSearch', 'pagination', 'detailViewSet'],
assetNzTableHeightOffset: 283, // 包含click-search时nz-table的高度
assetNzTableHeightOffset: 287, // 包含click-search时nz-table的高度
blankObject: {
id: '',
name: '',