修复备案信息的固定位置,调整关于页面的更新日志框宽度

This commit is contained in:
2018-03-15 20:30:34 +08:00
parent 73bb17700f
commit 271934de3c
3 changed files with 11 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<groupId>com.fjy</groupId>
<artifactId>spring</artifactId>
<version>V2.6.2</version>
<version>V2.6.4</version>
<packaging>jar</packaging>
<name>spring</name>

View File

@@ -7,6 +7,9 @@
src: url('../fonts/element-icons.ttf'),
url('../fonts/element-icons.woff'); /* IE9 */
}
*{padding:0;margin:0;}
html{height:100%;}
body{min-height:100%;}
.loginTitle{
text-align: center;
}
@@ -57,8 +60,9 @@ a{
.footer{
width:100%;
font-size:14px;
position:fixed;
position:absolute;
bottom:20px;
left:0;
text-align: center;
}

View File

@@ -42,7 +42,11 @@
<br>
<el-button type="text" @click="dialogTableVisible = true">查看更新日志</el-button>
<el-dialog title="GitLab更新日志" :visible.sync="dialogTableVisible">
<el-dialog title="GitLab更新日志"
:visible.sync="dialogTableVisible"
width="88%"
>
<el-table :data="VersionList" :default-sort="{prop: 'date', order: 'descending'}">
<el-table-column property="date" label="日期" sortable></el-table-column>
<el-table-column property="content" label="内容" sortable></el-table-column>