bigscreen style fixed

This commit is contained in:
aixianling
2024-02-06 17:23:42 +08:00
parent f1ed3b9b54
commit 717328223a

View File

@@ -39,8 +39,6 @@ $theme-color: #23ECFD;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
//display: grid;
//grid-template-columns: repeat(2, 1fr);
font-size: 14px;
div {
@@ -50,9 +48,8 @@ $theme-color: #23ECFD;
.summary19-item {
width: 48%;
display: grid;
grid-template-columns: 3fr 1fr;
grid-template-columns: 2fr 1fr;
align-items: baseline;
//justify-content: space-between;
gap: 4px;
span {