// 部件容器布局 // 部件容器布局 .control-container { width: 100%; margin: 0; padding-top: 10px; font-size: 14px; position: relative; overflow: visible; height: 100%; display: flex; flex-direction: column; } .control-content { background-color: inherit; flex-grow: 1; min-height: 0; min-width: 0; overflow-y: scroll; } .control-header { height: 60px; } .control-footer { height: 60px; }