完善typescript的调试。

This commit is contained in:
2023-03-07 17:54:52 +08:00
parent e99d092862
commit 12dd277a2a
9 changed files with 15 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ export default {
#chartWrapper {
min-height: 200px;
width: 100%;
background-color: #ffffffaf;
background-color: $color-charts-bg;
backdrop-filter: blur(10px);
flex-grow: 1;
border-radius: 5px;