refactor(styles): 代码格式

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-28 12:30:17 +08:00
parent 07baac7cf8
commit 8f6d6ce3cb
107 changed files with 110 additions and 1 deletions

View File

@ -44,4 +44,5 @@ onMounted(() => {
defineExpose({ instance });
</script>
<style scoped></style>

View File

@ -106,3 +106,5 @@ onMounted(() => {
}
});
</script>
<style scoped></style>

View File

@ -66,6 +66,7 @@ function handleChange(iconItem: string) {
modelValue.value = iconItem;
}
</script>
<style lang="scss" scoped>
:deep(.n-input-wrapper) {
padding-right: 0;

View File

@ -36,4 +36,5 @@ watch(imgCode, newValue => {
defineExpose({ getImgCode });
</script>
<style scoped></style>

View File

@ -17,4 +17,5 @@ interface Props {
defineProps<Props>();
</script>
<style scoped></style>