app-default-panel.less 484 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.app-panel {
    .panel-container-header {
        height: 38px;
        line-height: 32px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        margin-bottom: 6px;
        padding: 6px;
    }
    .panel-container-content {
        height: calc(100% - 44px);
    }
    .el-tabs__header {
        margin: 0;
    }
    //  按钮样式
    .app-pos-container {
        >.app-button {
            margin: 0 6px;
            width: calc(100% - 12px);
        }
    }
}