diff --git a/frontend/src/assets/style/arco-reset.less b/frontend/src/assets/style/arco-reset.less index e5722b0d7f..2082dbd225 100644 --- a/frontend/src/assets/style/arco-reset.less +++ b/frontend/src/assets/style/arco-reset.less @@ -795,7 +795,6 @@ /*** 徽标 ****/ .arco-badge-number { - width: 30px !important; height: 16px !important; line-height: 16px; text-align: center; diff --git a/frontend/src/components/business/ms-comment/comment.tsx b/frontend/src/components/business/ms-comment/comment.tsx index b7b0871060..8884f7da94 100644 --- a/frontend/src/components/business/ms-comment/comment.tsx +++ b/frontend/src/components/business/ms-comment/comment.tsx @@ -74,6 +74,8 @@ export default defineComponent({ currentItem.parentId = item.parentId || ''; }; + const noticeUserIds = ref([]); + const renderInput = (item: CommentItem) => { return (
- +
{{ t('common.cancel') }} {{ t('common.publish') }} @@ -22,6 +22,7 @@