+
@@ -7,7 +7,9 @@
- {{ title }}
+
+
+ {{ title }}
@@ -21,7 +23,7 @@ export default {
props: {
title: {
type: String,
- default: '研发云平台',
+ default: 'SRMS',
required: false
},
showTitle: {
@@ -43,7 +45,9 @@ export default {
.sider {
box-shadow: none !important;
-
+ .h1-logo {
+ padding-left: 10px;
+ }
.logo {
height: @height !important;
line-height: @height !important;
@@ -52,7 +56,8 @@ export default {
background-color: transparent !important;
h1 {
- color: #222222 !important;
+ color: @primary-color !important;
+ font-weight: 700;
}
a {