fix: 修改名称规范问题

This commit is contained in:
MTrun
2022-03-14 19:52:01 +08:00
parent 3a9f68384f
commit 6c402b3a17
70 changed files with 136 additions and 155 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { App } from 'vue'
import LoadingComponent from './index.vue'
import AsyncLoading from './index.vue'
import AsyncSkeletonLoading from './GoSkeleton.vue'
import AsyncSkeletonLoading from './LoadingSkeleton.vue'
// 正常组件
export { LoadingComponent }
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<!-- svg加载图 -->
<div class="go-loading-svg go-flex-center">
<img src="~@/assets/images/tips/loadingSvg.svg" alt=""></div>
<img src="~@/assets/images/tips/loadingSvg.svg" alt="" />
</div>
</template>
<style lang="scss" scoped>
+3 -3
View File
@@ -1,7 +1,7 @@
<template>
<n-button quaternary @click="modelShow = true" title="颜色">
<n-icon size="20" :depth="1">
<ColorWandIcon></ColorWandIcon>
<color-wand-icon></color-wand-icon>
</n-icon>
</n-button>
<n-modal v-model:show="modelShow">
@@ -9,13 +9,13 @@
<n-space justify="space-between">
<n-h3 class="title">主题颜色选择</n-h3>
<n-icon size="20" class="go-cursor-pointer" @click="modelShow = false">
<CloseIcon></CloseIcon>
<close-icon></close-icon>
</n-icon>
</n-space>
<n-divider></n-divider>
<div class="model-content" ref="contentLeftRef">
<div class="content-left" v-if="modelShow">
<ColorList :designColor="designColorSplit" @colorSelectHandle="colorSelectHandle"></ColorList>
<color-list :designColor="designColorSplit" @colorSelectHandle="colorSelectHandle"></color-list>
</div>
<div class="content-right">
<div class="color-name-detail">