|
@@ -4,6 +4,17 @@
|
|
<div class="profile">
|
|
<div class="profile">
|
|
<div class="right-menu">
|
|
<div class="right-menu">
|
|
<template v-if="device !== 'mobile'">
|
|
<template v-if="device !== 'mobile'">
|
|
|
|
+ <el-tooltip
|
|
|
|
+ class="back"
|
|
|
|
+ effect="dark"
|
|
|
|
+ content="首页"
|
|
|
|
+ placement="bottom"
|
|
|
|
+ >
|
|
|
|
+ <i
|
|
|
|
+ @click="() => $router.push('/index')"
|
|
|
|
+ class="el-icon-full-screen back-icon"
|
|
|
|
+ ></i>
|
|
|
|
+ </el-tooltip>
|
|
<search id="header-search" class="right-menu-item" />
|
|
<search id="header-search" class="right-menu-item" />
|
|
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
|
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
|
<el-tooltip content="布局大小" effect="dark" placement="bottom">
|
|
<el-tooltip content="布局大小" effect="dark" placement="bottom">
|
|
@@ -116,7 +127,13 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@import "@/assets/styles/variables.scss";
|
|
@import "@/assets/styles/variables.scss";
|
|
-
|
|
|
|
|
|
+.back-icon {
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 25px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+}
|
|
.Top-wrapper {
|
|
.Top-wrapper {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 80px;
|
|
height: 80px;
|