Skip to content

Commit

Permalink
部分样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Sep 12, 2023
1 parent 0526f69 commit f5d2839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions admin-views/src/style/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ body {
.arco-input-inner-wrapper:focus, .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
box-shadow: none !important;
}

.arco-menu-light .arco-menu-item.arco-menu-selected {
background-color: rgba(var(--arcoblue-1));
}
2 changes: 1 addition & 1 deletion src/Controllers/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function currentUser()
->label($userInfo['name'])
->align('right')
->btnClassName('navbar-user')
->menuClassName('min-w-0 px-2')
->menuClassName('min-w-0 p-2')
->set('icon', $userInfo['avatar'])
->buttons([
amisMake()
Expand Down

0 comments on commit f5d2839

Please sign in to comment.