Commit f35cf5f8 authored by 李苏's avatar 李苏 💬

调整

parent 82261d93
...@@ -478,11 +478,11 @@ ...@@ -478,11 +478,11 @@
zsl: 150, zsl: 150,
ycsl: 18 ycsl: 18
}, },
{ // {
name: "设备状态检测", // name: "设备状态检测",
zsl: 110, // zsl: 110,
ycsl: 12 // ycsl: 12
} // }
] ]
} }
}, },
...@@ -1235,9 +1235,10 @@ ...@@ -1235,9 +1235,10 @@
.grid-container { .grid-container {
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); // grid-template-columns: repeat(3, 1fr);
/* 创建3列,每列等宽 */ // grid-template-rows: repeat(3, 32%);
grid-template-rows: repeat(3, 32%); grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 48%);
gap: 10px; gap: 10px;
height: calc(100% - 66px); height: calc(100% - 66px);
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment