fix: polish (#390)

This commit is contained in:
Fine0830
2024-04-16 17:52:51 +08:00
committed by GitHub
parent 7f6e4d09c0
commit 731d652a7d
5 changed files with 26 additions and 14 deletions

View File

@@ -235,12 +235,10 @@ limitations under the License. -->
.no-data {
font-size: $font-size-smaller;
height: 100%;
box-sizing: border-box;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
-webkit-box-align: center;
color: #666;
align-items: center;
justify-content: center;
display: flex;
color: var(--text-color-placeholder);
}
.chart {