Browse Source

style(demo): replace account page detail icon

无木 3 years ago
parent
commit
ddf116da14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/demo/system/account/index.vue

+ 1 - 1
src/views/demo/system/account/index.vue

@@ -9,7 +9,7 @@
         <TableAction
           :actions="[
             {
-              icon: 'clarity:eye-show-solid',
+              icon: 'clarity:info-standard-line',
               title: '查看用户详情',
               onClick: handleView.bind(null, record),
             },