diff --git a/components.d.ts b/components.d.ts index 5787ca5..d7b254d 100644 --- a/components.d.ts +++ b/components.d.ts @@ -23,6 +23,8 @@ declare module 'vue' { AImagePreviewGroup: typeof import('ant-design-vue/es')['ImagePreviewGroup'] AInput: typeof import('ant-design-vue/es')['Input'] AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] + AList: typeof import('ant-design-vue/es')['List'] + AListItem: typeof import('ant-design-vue/es')['ListItem'] AMenu: typeof import('ant-design-vue/es')['Menu'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] AModal: typeof import('ant-design-vue/es')['Modal'] @@ -37,6 +39,7 @@ declare module 'vue' { ATextarea: typeof import('ant-design-vue/es')['Textarea'] ATooltip: typeof import('ant-design-vue/es')['Tooltip'] AUpload: typeof import('ant-design-vue/es')['Upload'] + BellOutlined: typeof import('@ant-design/icons-vue')['BellOutlined'] BoxDog: typeof import('./src/components/BoxDog/BoxDog.vue')['default'] Card3D: typeof import('./src/components/Card3D/Card3D.vue')['default'] CloseCircleOutlined: typeof import('@ant-design/icons-vue')['CloseCircleOutlined'] @@ -44,8 +47,6 @@ declare module 'vue' { CommentInput: typeof import('./src/components/CommentReply/src/CommentInput/CommentInput.vue')['default'] CommentList: typeof import('./src/components/CommentReply/src/CommentList/CommentList.vue')['default'] CommentReply: typeof import('./src/components/CommentReply/index.vue')['default'] - CopyOutlined: typeof import('@ant-design/icons-vue')['CopyOutlined'] - DeleteOutlined: typeof import('@ant-design/icons-vue')['DeleteOutlined'] DynamicTitle: typeof import('./src/components/DynamicTitle/DynamicTitle.vue')['default'] EffectsCard: typeof import('./src/components/EffectsCard/EffectsCard.vue')['default'] EyeOutlined: typeof import('@ant-design/icons-vue')['EyeOutlined'] diff --git a/src/components/CommentReply/src/CommentInput/CommentInput.vue b/src/components/CommentReply/src/CommentInput/CommentInput.vue index 0dee144..ecc1d43 100644 --- a/src/components/CommentReply/src/CommentInput/CommentInput.vue +++ b/src/components/CommentReply/src/CommentInput/CommentInput.vue @@ -24,15 +24,30 @@
- + + + +
@@ -42,17 +57,30 @@
- - diff --git a/src/components/CommentReply/src/ReplyInput/ReplyInput.vue b/src/components/CommentReply/src/ReplyInput/ReplyInput.vue index 1eee379..05fa928 100644 --- a/src/components/CommentReply/src/ReplyInput/ReplyInput.vue +++ b/src/components/CommentReply/src/ReplyInput/ReplyInput.vue @@ -8,11 +8,8 @@ {{ t('comment.cancelReply') }} - + - - -
- + + + +
@@ -51,18 +64,31 @@
- -
- + + + +
@@ -55,18 +67,31 @@
- -