Browse Source

style(demo): replace account page detail icon

无木 3 năm trước cách đây
mục cha
commit
ddf116da14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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),
             },