#窗口.窗口内容 {
    word-wrap: break-word;
    word-break: break-all;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
}