update 样式
Este cometimento está contido em:
@@ -72,7 +72,7 @@ export default {
|
||||
h('el-button',
|
||||
{
|
||||
props: { type: 'text' },
|
||||
style: { color: this.colors[opt.name] || '#409EFF' },
|
||||
style: { color: this.colors[opt.name] || '#0b58ff' },
|
||||
on: { click: this.emit.bind(null, opt) }
|
||||
},
|
||||
this.text[opt.name]
|
||||
@@ -85,7 +85,7 @@ export default {
|
||||
h('el-button',
|
||||
{
|
||||
props: { type: 'text' },
|
||||
style: { color: this.colors[opt] || '#409EFF' },
|
||||
style: { color: this.colors[opt] || '#0b58ff' },
|
||||
on: { click: this.emit.bind(null, opt) }
|
||||
},
|
||||
this.text[opt]
|
||||
|
||||
@@ -40,7 +40,7 @@ export default {
|
||||
return h('el-tag',
|
||||
{
|
||||
props:
|
||||
{ type: this.isEnabled ? this.statusType[0] : this.statusType[1] }
|
||||
{ size: 'small', type: this.isEnabled ? this.statusType[0] : this.statusType[1] }
|
||||
},
|
||||
this.isEnabled ? this.statusText[0] : this.statusText[1])
|
||||
}
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador