docs(Button): add gradient color demo (#4454)

This commit is contained in:
neverland
2019-09-14 10:25:13 +08:00
committed by GitHub
parent 71427b61c2
commit adc8f0b9bb
8 changed files with 24 additions and 17 deletions

View File

@@ -105,8 +105,8 @@ export default {
currentRate3: 70,
currentRate4: 70,
gradientColor: {
'0%': '#ffd01e',
'100%': '#ee0a24'
'0%': '#3fecff',
'100%': '#6149f6'
}
};
},