Skip to content

Commit

Permalink
🐛 紧急修复一个样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhua committed Nov 20, 2021
1 parent 7e6f899 commit 31ce6e5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/css/joe.global.less
Original file line number Diff line number Diff line change
Expand Up @@ -3874,7 +3874,7 @@ body {
user-select: none;
font-size: 14px;
overflow: hidden;
white-space: normal;
white-space: pre;
text-shadow: none;
transition: height 0.2s;
border-radius: var(--radius-inner);
Expand Down
2 changes: 1 addition & 1 deletion source/css/min/joe.global.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/js/joe.leaving.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const leavingContext = {
/* 获取留言板数据 */
getData() {
const sheetId = $(".joe_detail__title").attr("data-sheetid");
const $leavingList = $(".joe_detail__leaving-list");
const $leavingNone = $(".joe_detail__leaving-none");
Utils.request(`/api/content/sheets/${sheetId}/comments/top_view`, "GET")
.then((res) => {
const $leavingList = $(".joe_detail__leaving-list");
const $leavingNone = $(".joe_detail__leaving-none");
if (res.total) {
const str = res.content.reduce((sum, item) => {
if(item.content.trim()) {
Expand Down
2 changes: 1 addition & 1 deletion source/js/min/joe.leaving.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lib/halo-comment/halo-comment.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/lib/halo-comment/halo-comment.min.js.map

Large diffs are not rendered by default.

0 comments on commit 31ce6e5

Please sign in to comment.