Преглед изворни кода

style(demo): replace account page detail icon

无木 пре 4 година
родитељ
комит
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),
             },