diff --git a/cwd-admin/src/styles/components/comments.less b/cwd-admin/src/styles/components/comments.less index bb9b5b8..3f7b97c 100644 --- a/cwd-admin/src/styles/components/comments.less +++ b/cwd-admin/src/styles/components/comments.less @@ -259,6 +259,7 @@ align-items: center; justify-content: center; gap: 4px; + line-height: 1; } .cell-pin-flag { diff --git a/cwd-admin/src/styles/components/login.less b/cwd-admin/src/styles/components/login.less index b9097c7..06dcef2 100644 --- a/cwd-admin/src/styles/components/login.less +++ b/cwd-admin/src/styles/components/login.less @@ -112,10 +112,6 @@ color: var(--text-primary); } -.password-toggle svg { - width: 16px; -} - .form-error { font-size: 13px; color: var(--color-danger); diff --git a/cwd-admin/src/views/CommentsView/index.vue b/cwd-admin/src/views/CommentsView/index.vue index f736cc8..595746c 100644 --- a/cwd-admin/src/views/CommentsView/index.vue +++ b/cwd-admin/src/views/CommentsView/index.vue @@ -37,7 +37,27 @@
{{ item.name }} - + + + + + + +