feat:完善舆情页面

This commit is contained in:
zjc
2024-12-19 18:21:28 +08:00
parent 42a680c9c3
commit 188e233c7f
25 changed files with 641 additions and 139 deletions

View File

@@ -19,9 +19,18 @@
.justify-evenly {
justify-content: space-evenly;
}
.gap-8 {
gap: vh(8) vw(8);
}
.mb-6 {
margin-bottom: vh(6) !important;
}
.ml-8 {
margin-left: vw(8) !important;
}
.mr-8 {
margin-right: vw(8) !important;
}
.pt-10 {
padding-top: vh(10) !important;
}