style(Circle): add @circle-color less var

This commit is contained in:
chenjiahan
2020-11-30 23:00:32 +08:00
committed by neverland
parent bb18310f1b
commit 1a6cf64f54
14 changed files with 23 additions and 47 deletions
+1 -3
View File
@@ -121,8 +121,6 @@
</template>
<script>
import { BLUE } from '../../utils/constant';
export default {
i18n: {
'zh-CN': {
@@ -235,7 +233,7 @@ export default {
this.showConfirm = false;
break;
case 'customColor':
this.color = BLUE;
this.color = '#1989fa';
break;
case 'customConfirm':
this.confirmText = this.t('confirmText');