# Conflicts: # nezha-fronted/src/assets/css/common.scss # nezha-fronted/src/assets/css/common/tableCommon.scss # nezha-fronted/src/assets/stylus/main.scss # nezha-fronted/src/components/charts/chart-list.vue # nezha-fronted/src/components/charts/logs.vue # nezha-fronted/src/components/common/alert/alertLabel.vue # nezha-fronted/src/components/common/alert/alertRuleInfo.vue # nezha-fronted/src/components/common/bottomBox/bottomBox.vue # nezha-fronted/src/components/common/bottomBox/tabs/endpointQuery.vue # nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue # nezha-fronted/src/components/common/bottomBox/tabs/logBottomTab.vue # nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue # nezha-fronted/src/components/common/detailView/list/alertRule/alertRuleDetail.vue # nezha-fronted/src/components/common/detailView/list/asset/assetDetail.vue # nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue # nezha-fronted/src/components/common/detailView/list/endpoint/endpointDetail.vue # nezha-fronted/src/components/common/detailView/list/module/moduleDetail.vue # nezha-fronted/src/components/common/detailView/nzDetailView.vue # nezha-fronted/src/components/common/detailView/view/detailViewRight.vue # nezha-fronted/src/components/common/labelFilter/clickSearch.vue # nezha-fronted/src/components/common/multipleTime.vue # nezha-fronted/src/components/common/pickTime.vue # nezha-fronted/src/components/common/popBox/topToolMoreOptions.vue # nezha-fronted/src/components/common/project/L5/topoTooltip.vue # nezha-fronted/src/components/common/project/popData/Info.vue # nezha-fronted/src/components/common/rightBox/alertRuleBox.vue # nezha-fronted/src/components/common/table/alert/alertRuleTable.vue # nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue # nezha-fronted/src/components/common/table/settings/userTable.vue # nezha-fronted/src/components/layout/header.vue # nezha-fronted/src/components/page/alert/alertMessage.vue # nezha-fronted/src/components/page/alert/nzAlertTag.vue # nezha-fronted/src/components/page/asset/components/operation.vue # nezha-fronted/src/components/page/config/mibBrowser.vue # nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue # nezha-fronted/src/components/page/dashboard/explore/logTab.vue # nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue # nezha-fronted/src/components/page/dashboard/overview/overview2.vue # nezha-fronted/src/components/page/dashboard/panel.vue
85 lines
1.6 KiB
SCSS
85 lines
1.6 KiB
SCSS
.active{
|
|
color: $--color-primary;
|
|
}
|
|
.nz-detail-view{
|
|
width: 100%;
|
|
height: calc(100% - 60px);
|
|
display: flex;
|
|
.no-data{
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
justify-content: center;
|
|
color: $--color-text-secondary;
|
|
font-size: 14px;
|
|
flex-direction: column;
|
|
}
|
|
.nz-detail-view-left{
|
|
width: 260px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 0 10px 10px 20px;
|
|
height: calc(100% - 12px);
|
|
border: 1px solid $--border-color-light;
|
|
.data-detail {
|
|
flex: 1;
|
|
height: calc(100% - 100px);
|
|
}
|
|
.nz-detail-view-pagination {
|
|
height: 30px;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
.nz-detail-view-right{
|
|
flex: 1;
|
|
overflow: hidden;
|
|
padding-right: 10px;
|
|
}
|
|
.el-pagination .btn-next, .el-pagination .btn-prev {
|
|
border: none;
|
|
background: none;
|
|
padding: 0;
|
|
vertical-align: middle;
|
|
height: 100%;
|
|
margin-top: 0;
|
|
.el-icon{
|
|
background: $--background-color-empty;
|
|
height: 100%;
|
|
font-size: 22px;
|
|
}
|
|
}
|
|
.jump-input {
|
|
width: 40px;
|
|
vertical-align: middle;
|
|
.el-input__inner {
|
|
padding: 0 5px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.jump-pages {
|
|
padding-left: 9px;
|
|
font-size: 14px;
|
|
color: $--color-text-regular;
|
|
vertical-align: middle;
|
|
}
|
|
/deep/ .bottom-log {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
padding-top: 15px;
|
|
}
|
|
}
|
|
.detail-view {
|
|
.list-page div.main-container{
|
|
height: calc(100% - 20px);
|
|
width: calc(100% - 20px);
|
|
}
|
|
}
|
|
|
|
|