由于谷歌浏览器新版本,导致table的表头样式变形,修改优化进行适配

This commit is contained in:
jishenghua
2024-02-05 23:18:50 +08:00
parent 8f2ea06175
commit 353b0eac40
12 changed files with 2 additions and 35 deletions

View File

@@ -167,9 +167,6 @@
this.initSupplier()
this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)]
},
mounted () {
this.scroll.x = 1620
},
methods: {
getQueryParams() {
let param = Object.assign({}, this.queryParam, this.isorter);