const COMMENT_SUBMIT_CLASS: &str = "py-2.5 px-6 bg-paper-accent text-white font-medium rounded-full hover:brightness-110 active:scale-[0.98] transition-all duration-200 cursor-pointer";Expand description
评论提交按钮样式:去掉全宽,改为内联宽度并右对齐。
与 BUTTON_PRIMARY_CLASS 视觉一致,但不含 w-full,并把 px-4 加宽为 px-6,
使按钮宽度跟随文字、更适合文章页内联场景。