feat: 重构图标选择器组件

Former-commit-id: c47cd1e04c56da514d3649c36a8d15ce890078f4
This commit is contained in:
haoxr
2023-01-14 17:31:28 +08:00
parent 00c52cf5ce
commit ed7afec7c6
6 changed files with 84 additions and 195 deletions

View File

@@ -54,24 +54,10 @@ function logout() {
<breadcrumb />
</div>
<mix-nav v-if="device !== 'mobile' && layout === 'mix'" />
<!-- 宽屏或左侧模式显示 -->
<div
v-if="device === 'desktop' || layout === 'left'"
class="flex justify-start"
>
<!-- 左侧窄屏不显示 -->
<!-- 宽屏显示 -->
<div class="flex justify-start">
<!-- 窄屏不显示 -->
<div v-if="device !== 'mobile'" class="flex justify-center items-center">
<i-ep-add-location />
<i-ep-aim />
<div i-ep-check />
<el-button>
<template #icon><i-ep-circle-check-filled /></template>
Hello world
</el-button>
<!--全屏 -->
<screenfull id="screenfull" />