소스 검색

style(demo): replace account page detail icon

无木 3 년 전
부모
커밋
ddf116da14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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),
             },