@media (orientation: portrait) {
    #编辑面板,
    #子女面板,
    #快速面板,
    #查询面板,
    #字体面板 {
        width: 100vw;
        height: 85vh;
        border-radius: 20px 20px 0 0;
        left: 0;
        transform: none;
        bottom: 0;
    }
}