[web-app]bugfix深色主题适配问题 (#10)

This commit is contained in:
tomsun28
2022-03-04 21:40:48 +08:00
committed by GitHub
parent 7ce60041df
commit 9ffeb05605
7 changed files with 1077 additions and 10 deletions

View File

@@ -31,12 +31,12 @@
</nz-card>
<ng-template #monitor_metrics_card_title>
<p style="font-size: small; text-align: center; margin-bottom: 3px; color: #0c0c0c">{{ metrics }}</p>
<p style="font-size: small; text-align: center; margin-bottom: 3px">{{ metrics }}</p>
<div>
<a nz-popover [nzPopoverContent]="'最近采集时间 ' + (time | _date: 'yyyy-MM-dd HH:mm:ss')">
<i nz-icon nzType="field-time" nzTheme="outline"></i
></a>
<i style="font-size: 0.3px; font-weight: normal; color: rgba(84, 83, 83, 0.89)">采集时间:{{ time | _date: 'HH:mm:ss' }}</i>
<i style="font-size: 0.3px; font-weight: normal; color: rgba(112,112,112,0.89)">采集时间:{{ time | _date: 'HH:mm:ss' }}</i>
</div>
</ng-template>

View File

@@ -134,5 +134,5 @@
</nz-layout>
<ng-template #monitor_basic_card_title>
<p style="font-size: small; text-align: left; margin-bottom: 3px; color: #0c0c0c">监控基本属性</p>
<p style="font-size: small; text-align: left; margin-bottom: 3px">监控基本属性</p>
</ng-template>

View File

@@ -1,14 +1,10 @@
nz-sider {
background: #f5f7fa;
color: rgba(131, 61, 176, 0.51);
line-height: 120px;
margin-right: 15px;
height: 100%;
}
nz-content {
background: #fff;
color: rgba(131, 61, 176, 0.51);
min-height: 100%;
line-height: 120px;
}
@@ -16,7 +12,6 @@ nz-content {
nz-layout {
margin-bottom: 10px;
height: 100%;
background: #f5f7fa;
}
nz-layout:last-child {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long