Commit ddf116da14a9cd09ea3757215fbf421f299f2e75
1 parent
5005e6e5
style(demo): replace account page detail icon
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/demo/system/account/index.vue
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | <TableAction | 9 | <TableAction |
10 | :actions="[ | 10 | :actions="[ |
11 | { | 11 | { |
12 | - icon: 'clarity:eye-show-solid', | 12 | + icon: 'clarity:info-standard-line', |
13 | title: '查看用户详情', | 13 | title: '查看用户详情', |
14 | onClick: handleView.bind(null, record), | 14 | onClick: handleView.bind(null, record), |
15 | }, | 15 | }, |