Skip to content

Commit

Permalink
🎨 UI调优
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Jan 22, 2021
1 parent 0a19a86 commit 16853f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
25 changes: 15 additions & 10 deletions .idea/workspace.xml

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

6 changes: 3 additions & 3 deletions src/main/resources/static/js/admin/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function showConfig() {
}
$("#adminOnlyStatus").html(adminOnly);
});
$("#logout").show(200);
$("#config").show(200);
}, 100);
$("#logout").show(300);
$("#config").show(300);
}, 200);
}

function getHelp(key) {
Expand Down

0 comments on commit 16853f2

Please sign in to comment.