修改按钮样式

This commit is contained in:
qq787203167
2022-02-24 14:56:40 +08:00
parent 87610c1b66
commit e6836f73a7
9 changed files with 116 additions and 21 deletions
+3 -2
View File
@@ -117,6 +117,7 @@
getAction(this.url.tableHeader, params).then((res) => {
if (res.success) {
var jsonHead = res.result
this.columns = []
jsonHead.forEach((res, index) => {
this.columns.push({
title: res.db_field_txt,
@@ -134,7 +135,7 @@
let width = 0
if (this.OperationList.length > 0) {
this.OperationList.forEach((res) => {
width += res.text.length * 8 + width
width += res.text.length * 9 + width
})
}
if (this.showAction) {
@@ -207,7 +208,7 @@
}
.text {
margin-right: 16px;
margin-right: 10px;
}
.page {