对照设计图修改页面

This commit is contained in:
qq787203167
2022-02-25 18:21:40 +08:00
parent ce208e3a52
commit 5ed4dddb1c
18 changed files with 449 additions and 346 deletions
@@ -143,11 +143,9 @@
let width = 0
if (this.OperationList.length > 0) {
for (let i = 0; i < this.OperationList.length; i++) {
console.log(width)
width += this.getTextWith(this.OperationList[i].text)
}
}
console.log(width)
if (this.showAction) {
this.columns.push({
title: this.$t('operation'),