同步电网一张图代码

This commit is contained in:
GGJ
2024-05-27 19:07:56 +08:00
parent 0edc0477a9
commit 260bd0580e
12 changed files with 58 additions and 58 deletions

View File

@@ -593,9 +593,11 @@ defineExpose({ info, show })
font-size: 0.8rem !important ;
}
.monitoringPoints {
display: grid;
// display: grid;
font-size: 12px;
grid-template-columns: 1fr 1fr 1fr;
display: flex;
justify-content: space-between;
// grid-template-columns: 1fr 1fr 1fr;
margin-top: 10px;
margin-bottom: 10px;
.line {