Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.7
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -56,6 +56,10 @@
|
||||
transform: translate(-6px, 6px);
|
||||
}
|
||||
|
||||
.nz-table-list{
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
|
||||
.mib-browser-box {
|
||||
display: flex;
|
||||
height: calc(100% - 55px);
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
</rich-text-editor>
|
||||
</div>
|
||||
<div style="height:calc(100% - 45px)">
|
||||
<div>
|
||||
<assetCommentTable
|
||||
ref="dataTable"
|
||||
:orderByFa="'id'"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
id="assetCommentTable"
|
||||
ref="dataTable"
|
||||
:data="tableData"
|
||||
:height="height"
|
||||
:show-header="false"
|
||||
tooltip-effect="light"
|
||||
class="resize-rich-text-editor-table"
|
||||
|
||||
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user