瀏覽代碼

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),
             },