|
@@ -73,7 +73,7 @@ import RuoYiGit from '@/components/RuoYi/Git'
|
|
|
import RuoYiDoc from '@/components/RuoYi/Doc'
|
|
import RuoYiDoc from '@/components/RuoYi/Doc'
|
|
|
import NotifyMessage from '@/layout/components/Message'
|
|
import NotifyMessage from '@/layout/components/Message'
|
|
|
import {getPath} from "@/utils/ruoyi";
|
|
import {getPath} from "@/utils/ruoyi";
|
|
|
-
|
|
|
|
|
|
|
+import router from '@/router'
|
|
|
export default {
|
|
export default {
|
|
|
components: {
|
|
components: {
|
|
|
Breadcrumb,
|
|
Breadcrumb,
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.fx-entry-title {
|
|
.fx-entry-title {
|
|
|
float: left;
|
|
float: left;
|
|
|
- line-height: 46px;
|
|
|
|
|
|
|
+ line-height: 56px;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
max-width: 330px;
|
|
max-width: 330px;
|
|
@@ -255,14 +255,14 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.navbar {
|
|
.navbar {
|
|
|
- height: 50px;
|
|
|
|
|
|
|
+ height: 60px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
box-shadow: 0 1px 4px rgba(0,21,41,.08);
|
|
box-shadow: 0 1px 4px rgba(0,21,41,.08);
|
|
|
|
|
|
|
|
.hamburger-container {
|
|
.hamburger-container {
|
|
|
- line-height: 46px;
|
|
|
|
|
|
|
+ line-height: 56px;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
float: left;
|
|
float: left;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -291,7 +291,7 @@ export default {
|
|
|
.right-menu {
|
|
.right-menu {
|
|
|
float: right;
|
|
float: right;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- line-height: 50px;
|
|
|
|
|
|
|
+ line-height: 60px;
|
|
|
|
|
|
|
|
&:focus {
|
|
&:focus {
|
|
|
outline: none;
|
|
outline: none;
|