style: update icon size

This commit is contained in:
JaguarJack
2023-02-20 14:41:26 +08:00
parent 9370236816
commit 306e11fb7a
9 changed files with 24 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
<Icon name="user"/> <router-link to="/users/center"> 个人信息</router-link>
</el-dropdown-item>
<el-dropdown-item divided @click="logout">
<Icon name="power" class="mr-1 w-4 h-4" />
<Icon className="power" class="mr-1 w-4 h-4" />
退
</el-dropdown-item>
</el-dropdown-menu>