Skip to content

Commit

Permalink
app-user
Browse files Browse the repository at this point in the history
  • Loading branch information
manaphp committed Jan 1, 2024
1 parent f434b8a commit 75cfcb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-user/app/Areas/User/Controllers/MenuController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function indexAction()
foreach ($menu as &$group) {
$group['icon'] ??= 'el-icon-caret-right';
foreach ($group['items'] as &$item) {
$item['icon'] ??= 'el-icon-caret-right';
$item['icon'] ??= '';
}
}

Expand Down
4 changes: 2 additions & 2 deletions app-user/app/Areas/User/Views/ActionLog/Latest.sword
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<result-index></result-index>
<result-id prop="id"></result-id>
<result-column prop="method" width="100"></result-column>
<result-column prop="handler" width="250" show-overflow-tooltip></result-column>
<result-column prop="handler" width="200" show-overflow-tooltip></result-column>
<result-id prop="tag"></result-id>
<result-column prop="data" show-overflow-tooltip></result-column>
<result-ip prop="client_ip"></result-ip>
<result-column prop="client_udid" width="200" show-overflow-tooltip></result-column>
<result-timestamp prop="created_time"></result-timestamp>
<result-op detail-link="../detail"></result-op>
<result-op detail-link="../detail" width="65"></result-op>
</result-table>
@section('script')
<script>
Expand Down

0 comments on commit 75cfcb5

Please sign in to comment.