Commit 1d66eb40 authored by zhengke's avatar zhengke

修改更新日志样式

parent 565b3389
......@@ -605,7 +605,7 @@
<div class="inlogs_Content" v-html="versionList[0].UpdateContent">
</div>
<input type="button" value="我知道了" class="normalBtn" style="margin:10px 0 0 155px;" @click="logsShow=false"/>
<input type="button" value="我知道了" class="normalBtn" style="margin:10px 0 15px 155px;" @click="logsShow=false"/>
</div>
</div>
<div class="downmz" v-show="downmz">
......@@ -4187,7 +4187,7 @@ export default {
.updateLogs{
position: absolute;
width:400px;
height:400px;
// height:400px;
left:50%;
top:50%;
margin-left:-200px;
......@@ -4202,19 +4202,22 @@ export default {
padding:0 10px;
text-align: center;
color:#333333;
font-size:12px;
font-size:14px;
margin-top:10px;
font-weight: bold;
}
.inlogs_Content{
width:100%;
padding:0 15px;
height:260px;
// height:260px;
overflow: auto;
margin-top:20px;
color:#666666;
font-size:12px;
}
.inlogs_Content p{
margin-bottom:10px;
}
.logsImg{
margin-top:-30px;
margin-left:155px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment