Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Dec 22, 2023
1 parent 4546f41 commit 31e4c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/gonggao/daily.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
gap: 20px;
.m-daily-item {
flex: none;
.mb(10px);
.mt(20px);
.size(420px, 290px);
.pr;
.u-title {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/gonggao/server.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin-bottom: 20px;
}
.m-zone-list {
margin-top: 20px;
margin-top: 40px;
}
.m-server-list {
.flex;
Expand Down
2 changes: 1 addition & 1 deletion src/views/pvg/Gonggao.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
.pt(40px);
background-color: #f5f5f5;
.m-content {
.pt(20px);
.pt(40px);
}
}
@media screen and (max-width: @phone) {
Expand Down

0 comments on commit 31e4c92

Please sign in to comment.