|
@@ -33,7 +33,7 @@
|
|
<script>
|
|
<script>
|
|
import RouteView from './RouteView'
|
|
import RouteView from './RouteView'
|
|
import { mixinDevice } from '@/utils/mixin'
|
|
import { mixinDevice } from '@/utils/mixin'
|
|
-import { bgStart } from '@/utils/bg/bg4'
|
|
|
|
|
|
+import { bgStart } from '@/utils/bg/bg2'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: 'UserLayout',
|
|
name: 'UserLayout',
|
|
@@ -87,9 +87,6 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
.header {
|
|
.header {
|
|
- height: 44px;
|
|
|
|
- line-height: 44px;
|
|
|
|
-
|
|
|
|
.badge {
|
|
.badge {
|
|
position: absolute;
|
|
position: absolute;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -101,7 +98,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.logo {
|
|
.logo {
|
|
- height: 44px;
|
|
|
|
|
|
+ height: 64px;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
margin-right: 16px;
|
|
margin-right: 16px;
|
|
border-style: none;
|
|
border-style: none;
|