修复备案信息的固定位置,调整关于页面的更新日志框宽度
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.fjy</groupId>
|
<groupId>com.fjy</groupId>
|
||||||
<artifactId>spring</artifactId>
|
<artifactId>spring</artifactId>
|
||||||
<version>V2.6.2</version>
|
<version>V2.6.4</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>spring</name>
|
<name>spring</name>
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
src: url('../fonts/element-icons.ttf'),
|
src: url('../fonts/element-icons.ttf'),
|
||||||
url('../fonts/element-icons.woff'); /* IE9 */
|
url('../fonts/element-icons.woff'); /* IE9 */
|
||||||
}
|
}
|
||||||
|
*{padding:0;margin:0;}
|
||||||
|
html{height:100%;}
|
||||||
|
body{min-height:100%;}
|
||||||
.loginTitle{
|
.loginTitle{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -57,8 +60,9 @@ a{
|
|||||||
.footer{
|
.footer{
|
||||||
width:100%;
|
width:100%;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
position:fixed;
|
position:absolute;
|
||||||
bottom:20px;
|
bottom:20px;
|
||||||
|
left:0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,11 @@
|
|||||||
<br>
|
<br>
|
||||||
<el-button type="text" @click="dialogTableVisible = true">查看更新日志</el-button>
|
<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 :data="VersionList" :default-sort="{prop: 'date', order: 'descending'}">
|
||||||
<el-table-column property="date" label="日期" sortable></el-table-column>
|
<el-table-column property="date" label="日期" sortable></el-table-column>
|
||||||
<el-table-column property="content" label="内容" sortable></el-table-column>
|
<el-table-column property="content" label="内容" sortable></el-table-column>
|
||||||
|
|||||||
Reference in New Issue
Block a user