fix: 修复 app 部分问题

This commit is contained in:
@changcode
2022-07-22 18:10:42 +08:00
parent c64adbdd8d
commit 479ccb71ea
3 changed files with 24 additions and 27 deletions

View File

@@ -155,6 +155,9 @@
font-size: 12px;
color: #353636;
font-weight: 400;
div:nth-of-type(1) {
margin-right: 5px;
}
}
.chart__drawing {
flex: 1;
@@ -249,7 +252,7 @@
overflow: auto;
display: grid;
grid-template-rows: repeat(auto-fill, 120px);
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
grid-gap: 20px;
&::-webkit-scrollbar-thumb {