提交 bf8c1a98 authored 作者: junjie's avatar junjie

feat(frontend):UI fix ;关于 fix

上级 5da9df54
...@@ -25,8 +25,8 @@ export default { ...@@ -25,8 +25,8 @@ export default {
@import "~@/styles/variables.scss"; @import "~@/styles/variables.scss";
.app-main { .app-main {
/*107 = navbar 50 + topbar 57 */ /* topbar 56 */
min-height: calc(100vh - 107px); min-height: calc(100vh - 56px);
width: 100%; width: 100%;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
......
<template> <template>
<layout-content> <div style="width: 100%;display: flex;justify-content: center;">
<div>
<el-card class="box-card about-card"> <el-card class="box-card about-card">
<div slot="header" class="clearfix license-header"> <div slot="header" class="clearfix license-header">
<img src="@/assets/DataEase-white.png" alt="" width="300"> <img src="@/assets/DataEase-white.png" alt="" width="300">
...@@ -64,17 +62,13 @@ ...@@ -64,17 +62,13 @@
</div> </div>
</el-card> </el-card>
</div> </div>
</layout-content>
</template> </template>
<script> <script>
import LayoutContent from '@/components/business/LayoutContent'
import { validate, buildVersion, updateInfo } from '@/api/system/about' import { validate, buildVersion, updateInfo } from '@/api/system/about'
import { getToken } from '@/utils/auth' import { getToken } from '@/utils/auth'
import { mapGetters } from 'vuex' import { mapGetters } from 'vuex'
export default { export default {
components: { LayoutContent },
data() { data() {
return { return {
license: {}, license: {},
...@@ -164,8 +158,6 @@ export default { ...@@ -164,8 +158,6 @@ export default {
background: inherit; background: inherit;
margin-top: 5%; margin-top: 5%;
flex-direction: row; flex-direction: row;
margin-left: 20%;
margin-right: 20%;
width: 640px; width: 640px;
height: 400px; height: 400px;
position: relative; position: relative;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论