feat:完善舆情页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user