edit botton color

This commit is contained in:
gongzijian 2019-05-25 18:00:39 +08:00
parent 46051bfcf2
commit de7a726e79
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
:disabled="item.releaseState === 'ONLINE'" >
</x-button>
<x-button
type="success"
type="warning"
shape="circle"
size="xsmall"
data-toggle="tooltip"
@ -89,7 +89,7 @@
v-if="item.releaseState === 'OFFLINE'">
</x-button>
<x-button
type="warning"
type="error"
shape="circle"
size="xsmall"
data-toggle="tooltip"