Merge branch 'hotfix/贺报表格样式修改' into dev

This commit is contained in:
mengxiaolong
2020-12-03 14:10:09 +08:00

View File

@@ -111,10 +111,6 @@ export default {
let result = data.content
if (result.list && result.list.length) {
let topList = result.list.splice(0, 30)
topList.map(value => {
value.comName = value.comName.substr(12)
return value
})
this.showData.topList.push(...topList)
this.showData.achievement.selfAdvanceStand = result.ysbb
this.showData.achievement.selfAcceptStand = result.bzbf
@@ -199,6 +195,7 @@ $border: 1px solid #ff4040;
top: 0;
}
.data-table {
font-size: 14px;
margin-top: -30px;
}
table {