功能选择按钮修改

This commit is contained in:
zhujiyan
2024-08-27 14:01:26 +08:00
parent a3df1a14a0
commit 831f211702
16 changed files with 279 additions and 321 deletions

View File

@@ -23,7 +23,7 @@
</template>
</el-dropdown>
<div class="avatar">
<img src="@/assets/icons/loginout.svg" alt="avatar" @click="logout" />
<img src="@/assets/icons/out_login.svg" alt="avatar" @click="logout" />
</div>
<!-- infoDialog -->
<InfoDialog ref="infoRef"></InfoDialog>
@@ -91,6 +91,7 @@ const changeMode = () => {
display: flex;
justify-content: flex-start;
align-items: center;
cursor: pointer;
.icon {
width: 18px;
height: 18px;