bigscreen style fixed

This commit is contained in:
aixianling
2024-02-06 17:16:31 +08:00
parent f1dd17b8f9
commit 7b5cbdf010

View File

@@ -46,8 +46,10 @@ $theme-color: #23ECFD;
} }
.summary19-item { .summary19-item {
display: flex; display: grid;
grid-template-columns: 4fr 1fr 20px;
align-items: baseline; align-items: baseline;
//justify-content: space-between;
gap: 4px; gap: 4px;
span { span {
@@ -66,10 +68,6 @@ $theme-color: #23ECFD;
color: white; color: white;
text-align: right; text-align: right;
} }
&:nth-of-type(2n) {
justify-self: flex-end;
}
} }
} }
</style> </style>