Skip to content

Commit

Permalink
修改 补签插件页面样式
Browse files Browse the repository at this point in the history
  • Loading branch information
liufei-ereach committed Dec 18, 2023
1 parent 3c6c2f8 commit e6b1a1c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions js/src/forum/pages/CheckinHistoryPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ export default class CheckinHistoryPage extends UserPage {
content() {
if (app.session.user) {
return (
<div className="Post-body">
<div className="CheckinHistoryUserPage">
<div id="calendar" />
</div>
<div className="CheckinHistoryUserPage">
<div id="calendar" />
</div>
);
}
Expand Down
13 changes: 11 additions & 2 deletions less/forum.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

.CheckinHistoryUserPage {
height: 630px;
}
font-size: 14px;
line-height: 1.7;
position: relative;
overflow: auto;
overflow-wrap: break-word;
border-radius: 5px;
margin-top: 0;
background: #fff;
padding: 20px;
min-height: 80px
}

0 comments on commit e6b1a1c

Please sign in to comment.