修改按钮样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user