Skip to content

Commit

Permalink
前端样式修复
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Dec 23, 2023
1 parent 1c66687 commit f617606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ui/src/components/Clue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ function render_label(option) {
<n-button
text
tag="a"
href="https://yituliu.site/material/store"
href="https://github.com/Bidgecfah/Rhodes-Island-Bureau-of-Price"
target="_blank"
type="primary"
>明日方舟一图流 - 商店性价比</n-button
>
罗德岛物价局
</n-button>
<p>注意:跑单时赤金与作战记录均大幅升值</p>
</help-text>
<n-form
Expand Down
4 changes: 2 additions & 2 deletions ui/src/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -416,18 +416,18 @@ ul {
@media (max-width: 1399px) {
.grid-two {
margin: 0 0 -10px 0;
width: calc(100% - 24px);
max-width: 600px;
}
.grid-left {
display: grid;
row-gap: 10px;
grid-template-columns: 100%;
max-width: 600px;
}
.grid-right {
display: grid;
row-gap: 10px;
grid-template-columns: 100%;
max-width: 600px;
margin-top: 10px;
}
}
Expand Down

0 comments on commit f617606

Please sign in to comment.