fix: 请求添加error处理

This commit is contained in:
刘洪洪
2022-11-21 17:31:30 +08:00
parent 69735e438f
commit c3ffd01363
19 changed files with 392 additions and 155 deletions

View File

@@ -13,6 +13,13 @@
font-size: 14px;
color: #046ECA;
}
.link-block-error {
position: absolute;
width: calc(100% - 20px);
height: calc(100% - 60px);
margin-left: -12px;
margin-top: 10px;
}
.data-grid {
height: 100px;
.egress-row {

View File

@@ -3,7 +3,7 @@
.network-overview-apps-header {
display: flex;
justify-content: space-between;
//justify-content: space-between;
.network-overview-apps-title {
font-size: 14px;

View File

@@ -1,4 +1,5 @@
.cn-chart__map-title {
display: flex;
font-size: 14px;
color: #353636;
font-weight: 600;

View File

@@ -2,6 +2,7 @@
height: 100%;
width: 100%;
.npm-recent-title {
display: flex;
font-size: 14px;
color: #353636;
font-weight: 600;