diff --git a/src/plugins/iconPark.ts b/src/plugins/iconPark.ts index bc8deae2..d1f600f7 100644 --- a/src/plugins/iconPark.ts +++ b/src/plugins/iconPark.ts @@ -60,8 +60,8 @@ import { PentagonOne, Text, Rotate, - LeftC, - RightC, + LeftTwo, + RightTwo, Platte, UpOne, DownOne, @@ -144,8 +144,8 @@ export default { // 箭头与符号 app.component('IconDown', Down) - app.component('IconLeftC', LeftC) - app.component('IconRightC', RightC) + app.component('IconLeftTwo', LeftTwo) + app.component('IconRightTwo', RightTwo) app.component('IconPlus', Plus) app.component('IconMinus', Minus) app.component('IconCloseSmall', CloseSmall) diff --git a/src/views/Screen/index.vue b/src/views/Screen/index.vue index ecf2ff9e..b76c99b5 100644 --- a/src/views/Screen/index.vue +++ b/src/views/Screen/index.vue @@ -42,13 +42,13 @@ />