|
@@ -61,6 +61,18 @@
|
|
<h3 class="setting-drawer-index-title">导航模式</h3>
|
|
<h3 class="setting-drawer-index-title">导航模式</h3>
|
|
|
|
|
|
<div class="setting-drawer-index-blockChecbox">
|
|
<div class="setting-drawer-index-blockChecbox">
|
|
|
|
+ <!-- IoT Edge相关 修改框架 -->
|
|
|
|
+ <a-tooltip>
|
|
|
|
+ <template slot="title">
|
|
|
|
+ iot导航
|
|
|
|
+ </template>
|
|
|
|
+ <div class="setting-drawer-index-item" @click="handleLayout('iotmenu')">
|
|
|
|
+ <img src="https://gw.alipayobjects.com/zos/rmsportal/KDNDBbriJhLwuqMoxcAr.svg" alt="iotmenu">
|
|
|
|
+ <div class="setting-drawer-index-selectIcon" v-if="layoutMode === 'iotmenu'">
|
|
|
|
+ <a-icon type="check"/>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </a-tooltip>
|
|
<a-tooltip>
|
|
<a-tooltip>
|
|
<template slot="title">
|
|
<template slot="title">
|
|
侧边栏导航
|
|
侧边栏导航
|
|
@@ -86,18 +98,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
- <!-- IoT Edge相关 修改框架 -->
|
|
|
|
- <a-tooltip>
|
|
|
|
- <template slot="title">
|
|
|
|
- iot导航
|
|
|
|
- </template>
|
|
|
|
- <div class="setting-drawer-index-item" @click="handleLayout('iotmenu')">
|
|
|
|
- <img src="https://gw.alipayobjects.com/zos/rmsportal/KDNDBbriJhLwuqMoxcAr.svg" alt="iotmenu">
|
|
|
|
- <div class="setting-drawer-index-selectIcon" v-if="layoutMode === 'iotmenu'">
|
|
|
|
- <a-icon type="check"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </a-tooltip>
|
|
|
|
</div>
|
|
</div>
|
|
<div :style="{ marginTop: '24px' }">
|
|
<div :style="{ marginTop: '24px' }">
|
|
<a-list :split="false">
|
|
<a-list :split="false">
|