Commit 3e3504cb authored by zhengke's avatar zhengke

修改日志层级及样式

parent f4d8a691
<style> <style>
.sysLog_Content{ .sysLog_Content{
width:100%;
border-left:2px solid #D2D2D2; border-left:2px solid #D2D2D2;
margin-left:20px; margin:40px 0 0 40px;
} }
.sysLog_List{ .sysLog_List{
position: relative; position: relative;
...@@ -16,11 +15,15 @@ ...@@ -16,11 +15,15 @@
border:2px solid #58D2A7; border:2px solid #58D2A7;
border-radius:50%; border-radius:50%;
margin-right:10px; margin-right:10px;
position: relative;
top:-4px;
} }
.sysFirDate{ .sysFirDate{
color:#38425D; color:#38425D;
font-weight: bold; font-weight: bold;
font-size:12px; font-size:12px;
position: relative;
top:-4px;
} }
.sysContent_main{ .sysContent_main{
width:894px; width:894px;
...@@ -44,10 +47,14 @@ ...@@ -44,10 +47,14 @@
background-color: #B1B1B1; background-color: #B1B1B1;
border:2px solid #EFEFEF; border:2px solid #EFEFEF;
margin-right:10px; margin-right:10px;
position: relative;
top:-3px;
} }
.sysFirDate_other{ .sysFirDate_other{
color:#38425D; color:#38425D;
font-size:12px; font-size:12px;
position: relative;
top:-4px;
} }
</style> </style>
...@@ -57,7 +64,7 @@ ...@@ -57,7 +64,7 @@
<div class="sysPosi_div"> <div class="sysPosi_div">
<span class="sysCircle" v-if="index==0"></span> <span class="sysCircle" v-if="index==0"></span>
<span class="sysCircle_other" v-else></span> <span class="sysCircle_other" v-else></span>
<span style="font-size:14px;margin-right:20px;">{{item.UpdateTitle}}</span> <span style="font-size:14px;margin-right:20px;position:relative;top:-4px;">{{item.UpdateTitle}}</span>
<span class="sysFirDate" v-if="index==0">{{item.UpdateTimeStr}}</span> <span class="sysFirDate" v-if="index==0">{{item.UpdateTimeStr}}</span>
<span class="sysFirDate_other" v-else>{{item.UpdateTimeStr}}</span> <span class="sysFirDate_other" v-else>{{item.UpdateTimeStr}}</span>
</div> </div>
...@@ -83,7 +90,6 @@ ...@@ -83,7 +90,6 @@
this.apipost("sysrecord_get_GetPageList",this.msg,res => { this.apipost("sysrecord_get_GetPageList",this.msg,res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData; this.dataList = res.data.data.pageData;
console.log(this.dataList,'datalist');
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
...@@ -2939,16 +2939,13 @@ export default { ...@@ -2939,16 +2939,13 @@ export default {
title: '奖项列表' title: '奖项列表'
} }
}, },
{
path: '/systemLogs', //版本更新记录
name: 'systemLogs',
component: resolve => require(['@/components/systemLogs'], resolve),
meta:{
title: '版本更新记录'
}
}
] ]
}, },
{
path: '/systemLogs', //版本更新记录
name: 'systemLogs',
component: resolve => require(['@/components/systemLogs'], resolve),
},
{ {
path: '/permissionmanage', path: '/permissionmanage',
name: 'PermissionManage', name: 'PermissionManage',
......
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