Commit 2eeee517f980e2404fe93ed002763b3df1b82bca

Authored by 杨鸣坤
1 parent 81a9b1e4

style: 更新蓝色标签背景色

Showing 1 changed file with 1 additions and 1 deletions
@@ -1799,7 +1799,7 @@ onBeforeUnmount(() => destroyEffObserver()) @@ -1799,7 +1799,7 @@ onBeforeUnmount(() => destroyEffObserver())
1799 .tag-item.black i { background: #333; } 1799 .tag-item.black i { background: #333; }
1800 .tag-item.red i { background: #f56c6c; } 1800 .tag-item.red i { background: #f56c6c; }
1801 .tag-item.green i { background: #67c23a; } 1801 .tag-item.green i { background: #67c23a; }
1802 -.tag-item.blue i { background: #409eff; } 1802 +.tag-item.blue i { background: #289048; }
1803 .tag-item.gray i { background: #909399; } 1803 .tag-item.gray i { background: #909399; }
1804 1804
1805 .energy-card { 1805 .energy-card {