update copy
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
domProps: {
|
||||
title: opt.label ?? opt.name,
|
||||
},
|
||||
style: { color: !shouldDisabled && (opt.color || this.colors[opt.name] || "#0b58ff"), padding: 0, margin: '5px 9px 5px 0' },
|
||||
style: { color: !shouldDisabled && (opt.color || this.colors[opt.name] || "#0b58ff"), padding: 0, margin: '5px 9px 5px 0', fontSize: '18px' },
|
||||
class: ['operate--btn'],
|
||||
on: { click: this.emit.bind(null, opt) },
|
||||
},
|
||||
@@ -126,7 +126,7 @@ export default {
|
||||
domProps: {
|
||||
title: opt.label ?? opt.name,
|
||||
},
|
||||
style: { color: this.colors[opt] || "#0b58ff", padding: 0, margin: '5px 9px 5px 0' },
|
||||
style: { color: this.colors[opt] || "#0b58ff", padding: 0, margin: '5px 9px 5px 0', fontSize: '18px' },
|
||||
class: ['operate--btn'],
|
||||
on: { click: this.emit.bind(null, opt) },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user