chore: commit时格式整理

This commit is contained in:
dingyongya
2022-02-16 17:22:55 +08:00
parent c2b9d36868
commit 7f3674d532
95 changed files with 823 additions and 852 deletions

View File

@@ -110,13 +110,7 @@ export interface LayColorPicker {
const props = withDefaults(defineProps<LayColorPicker>(), {
modelValue: { r: 217, g: 128, b: 95, a: 1 },
preset: [
"#009688",
"#1e9fff",
"#ffb800",
"#ff5722",
"#5fb878",
]
preset: ["#009688", "#1e9fff", "#ffb800", "#ff5722", "#5fb878"],
});
const saturationValue = ref<null | HTMLElement>(null);
@@ -494,4 +488,4 @@ function hex2rgba(s: any) {
return { r, g, b, a };
}
}
</script>
</script>