新增: 增加动态修改主题色功能;

This commit is contained in:
iczer
2020-06-16 18:41:07 +08:00
parent 54e6a72f3a
commit 066ab7ec22
13 changed files with 107 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div style="text-align: center; margin-top: 48px">
<color-checkbox-group :defaultValues="['1']" @change="changeColor" :multiple="true" style="display: inline-block">
<color-checkbox-group :defaultValues="['1', '3', '4']" @change="changeColor" :multiple="true" style="display: inline-block">
<color-checkbox color="rgb(245, 34, 45)" value="1" />
<color-checkbox color="rgb(250, 84, 28)" value="2" />
<color-checkbox color="rgb(250, 173, 20)" value="3" />