mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 18:23:10 +08:00
Merge branch 'hotfix/贺报表格样式修改' into dev
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user