/* 补充样式（如果需要的样式在已有CSS中没有） */
        .modal-input {
            width: 80%;
            height: 300px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 16px;
            resize: none; 
        }
        
        .modal-actions {
            margin-top: 20px;
        }
        
        .modal-actions button {
            margin: 0 10px;
        }