[web-app]bugfix深色主题适配问题 (#10)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user