Skip to content

Commit

Permalink
修改 页面样式
Browse files Browse the repository at this point in the history
  • Loading branch information
liufei-ereach committed Dec 15, 2023
1 parent 2ede069 commit 9b82efe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/MoneyHistoryListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class TransferHistoryListItem extends Component {
<b>{app.translator.trans('mattoid-money-history.forum.record.money-list-amount')}: </b>
{money}

<span>|&nbsp;
<span>&nbsp;|&nbsp;
<b>{app.translator.trans('mattoid-money-history.forum.record.money-list-transfer-notes')}: </b>
{sourceDesc}
</span>
Expand Down
6 changes: 6 additions & 0 deletions less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
margin-right: 5px;
}
}

.transferHistoryContainer {
border: 1px dotted var(--control-color);
padding: 10px;
border-radius: 4px;
}

0 comments on commit 9b82efe

Please sign in to comment.