Commit ddf116da14a9cd09ea3757215fbf421f299f2e75

Authored by 无木
1 parent 5005e6e5

style(demo): replace account page detail icon

src/views/demo/system/account/index.vue
... ... @@ -9,7 +9,7 @@
9 9 <TableAction
10 10 :actions="[
11 11 {
12   - icon: 'clarity:eye-show-solid',
  12 + icon: 'clarity:info-standard-line',
13 13 title: '查看用户详情',
14 14 onClick: handleView.bind(null, record),
15 15 },
... ...