medit-view-layout.scss 253 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 .medit-view-layout { padding: 0; box-shadow: none; .view-header { display: flex; flex-direction: column; .view-header__content { display: flex; justify-content: space-between; } } }