浏览代码

修复我的任务表单颜色渲染

pm 4 月之前
父节点
当前提交
7c2d1a0820
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/MyTask.tsx

+ 1 - 1
src/components/MyTask.tsx

@@ -1348,7 +1348,7 @@ export default function MyTask() {
                       )}
 
                       {/* 审核意见 - label 和 textarea 同一行 */}
-                      <div className="flex items-start" style={{ gap: '16px' }}>
+                      <div className="flex items-start" style={{ gap: '16px', backgroundColor: '#f5f5f5', padding: '12px 12px 22px 12px', borderRadius: '12px', border: '1px solid #e0e0e0', marginBottom: '12px' }}>
                         <label 
                           className="text-sm font-medium text-gray-700 whitespace-nowrap pt-2"
                           style={{