diff --git a/src/components/piIcon/index.vue b/src/components/piIcon/index.vue
index 845b419..1390c34 100644
--- a/src/components/piIcon/index.vue
+++ b/src/components/piIcon/index.vue
@@ -1,178 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.icons.length }}
-
-
-
-
-
-
- 清除
- 取消
-
-
-
+
+
+
diff --git a/src/components/piIconSelect/index.vue b/src/components/piIconSelect/index.vue
new file mode 100644
index 0000000..845b419
--- /dev/null
+++ b/src/components/piIconSelect/index.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+ {{ item.icons.length }}
+
+
+
+
+
+
+ 清除
+ 取消
+
+
+
+
+
+
+
+
diff --git a/src/pi.ts b/src/pi.ts
index 430807d..ebfb2cb 100644
--- a/src/pi.ts
+++ b/src/pi.ts
@@ -14,6 +14,7 @@ import piTable from "@/components/piTable"
import piUpload from "@/components/piUpload"
import piSelect from "@/components/piSelect"
import piImage from "@/components/piImage"
+import piIcon from "@/components/piIcon"
export default {
install(app: App) {
@@ -23,6 +24,7 @@ export default {
app.component('piUpload', piUpload)
app.component('piSelect', piSelect)
app.component('piImage', piImage)
+ app.component('piIcon', piIcon)
//注册全局指令
app.directive('auth', auth)
diff --git a/src/views/system/menu/quick.vue b/src/views/system/menu/quick.vue
index ba0d6ee..df1752c 100644
--- a/src/views/system/menu/quick.vue
+++ b/src/views/system/menu/quick.vue
@@ -5,7 +5,7 @@
-
+
@@ -25,7 +25,7 @@