|
21 | 21 | </li> |
22 | 22 | </ul>--> |
23 | 23 | </div> |
24 | | - <el-tooltipeffect="light"placement="bottom-start"> |
25 | | - <template #content> |
26 | | - <divclass="top-more-nav-content"> |
27 | | - <el-row:gutter="10"> |
28 | | - <el-col:span="6"v-for="(item,inx) in menu":key="inx"> |
29 | | - <div |
30 | | -class="top-more-nav-content-item yichu" |
31 | | -:title="item.meta.title" |
32 | | -@click="showMenu(item)" |
33 | | -:class="pmenu.path == item.path ? 'active' : ''" |
34 | | - > |
35 | | - <el-icon:style="{'color':item.meta.iconColor}"class="menu-icon mr-2"> |
36 | | - <component:is="item.meta.icon || 'el-icon-menu'" /> |
37 | | - </el-icon> |
38 | | - {{ item.meta.title }} |
39 | | - </div> |
40 | | - </el-col> |
41 | | - </el-row> |
42 | | - </div> |
43 | | - |
44 | | - </template> |
45 | | - <spanclass="top-more-nav left"v-if="menu.length > 4"> |
46 | | - <el-iconsize="20"><Menu /></el-icon> |
47 | | - </span> |
48 | | - </el-tooltip> |
| 24 | + |
49 | 25 |
|
50 | 26 | <div |
51 | 27 | class="adminui-header-center" |
52 | 28 | v-if="!ismobileFn" |
53 | 29 | :style="{'width': getHeaderCenterWidth}" |
54 | 30 | > |
| 31 | + <el-tooltipeffect="light"placement="bottom-start"> |
| 32 | + <template #content> |
| 33 | + <divclass="top-more-nav-content"> |
| 34 | + <el-row:gutter="10"> |
| 35 | + <el-col:span="6"v-for="(item,inx) in menu":key="inx"> |
| 36 | + <div |
| 37 | +class="top-more-nav-content-item yichu" |
| 38 | +:title="item.meta.title" |
| 39 | +@click="showMenu(item)" |
| 40 | +:class="pmenu.path == item.path ? 'active' : ''" |
| 41 | + > |
| 42 | + <el-icon:style="{'color':item.meta.iconColor}"class="menu-icon mr-2"> |
| 43 | + <component:is="item.meta.icon || 'el-icon-menu'" /> |
| 44 | + </el-icon> |
| 45 | + {{ item.meta.title }} |
| 46 | + </div> |
| 47 | + </el-col> |
| 48 | + </el-row> |
| 49 | + </div> |
| 50 | + |
| 51 | + </template> |
| 52 | + <spanclass="top-more-nav left"v-if="menu.length > 4"> |
| 53 | + <el-iconsize="16"><Menu /></el-icon> |
| 54 | + </span> |
| 55 | + </el-tooltip> |
55 | 56 | <el-scrollbar:always="topMenuAlways"> |
56 | 57 | <divclass="scrollbar-flex-content"> |
57 | 58 | <p |
|
69 | 70 | </div> |
70 | 71 | </el-scrollbar> |
71 | 72 | </div> |
72 | | - <el-tooltipeffect="light"placement="bottom-start"> |
| 73 | +<!-- <el-tooltip effect="light" placement="bottom-start"> |
73 | 74 | <template #content> |
74 | 75 | <div class="top-more-nav-content"> |
75 | 76 | <el-row :gutter="10"> |
|
93 | 94 | <span class="top-more-nav right" v-if="menu.length > 4"> |
94 | 95 | <el-icon size="16"><Menu /></el-icon> |
95 | 96 | </span> |
96 | | - </el-tooltip> |
| 97 | + </el-tooltip>--> |
97 | 98 | <divclass="adminui-header-right"> |
98 | 99 | <userbar></userbar> |
99 | 100 | </div> |
|