/* 自定义样式 */
.table-striped {
    width: 100%;
}

.modal-content {
    min-height: 200px;
    max-height: 500px;
}

.modal-body p {
    font-size: 16px;
}

#tutorial-content {
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}

.modal-pre {
    max-height: 400px;
    overflow-y: auto;
}