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

@@ -113,4 +113,4 @@
color: #d2d2d2 !important;
cursor: not-allowed !important;
opacity: 1;
}
}

View File

@@ -31,11 +31,11 @@ const props = withDefaults(defineProps<LayButtonProps>(), {
const emit = defineEmits(["click"]);
const onClick = (event : any) => {
if(!props.disabled) {
const onClick = (event: any) => {
if (!props.disabled) {
emit("click", event);
}
}
};
const classes = computed(() => {
return [