Skip to content

Commit

Permalink
minor: optimize style
Browse files Browse the repository at this point in the history
  • Loading branch information
Renjie Jin committed Feb 2, 2024
1 parent db16464 commit 3ae9dd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/views/Initialize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,9 @@
#install {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
height: 100%;
display: flex;
text-align: center;
background-color: #f0f2f5;
display: flex;
justify-content: center;
align-items: Center;
Expand Down

0 comments on commit 3ae9dd8

Please sign in to comment.