style(cockpit): 移除天气预警网格的边距

This commit is contained in:
Zzc 2025-11-13 17:58:12 +08:00
parent 12b1162917
commit 2a4e585e64

View File

@ -150,7 +150,6 @@ const districts = ref([
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: vw(20);
margin: 0 vw(30);
padding: 0 vw(27);
}