diff --git a/pages/details/[id].vue b/pages/details/[id].vue
index 19dec3c..419eeee 100644
--- a/pages/details/[id].vue
+++ b/pages/details/[id].vue
@@ -1806,7 +1806,7 @@ const postCommentFocusBlur = () => {
                 &.post-comment-focus {
                     .post-input {
                         /deep/ .el-textarea__inner {
-                            width: 468px;
+                            // width: 468px;
                             min-height: 200px !important;
                             max-height: 80vh;
                             padding-bottom: 52px;