:global {
    .xgui-dynamicFormShow {
        background-color: #fff;
        .ant-layout {
            background-color: #fff;
        }
        .dynamicFormShow-sider {
            border-right: 1px solid #f0f3f5;
            .dynamicFormShow-head-info {
                padding: 20px;
                text-align: center;
                .head-card {
                    display: inline-block;
                    margin-bottom: 6px;
                    width: 96px;
                    height: 96px;
                    border-radius: 5px;
                    background-color: #f2f2f2;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
                .head-name {
                    color: #333;
                }
                .head-class {
                    color: #8c8c8c;
                }
            }
            .ant-menu {
                border-right: none;
                text-align: center;
                .ant-menu-item {
                    margin-top: 0;
                    margin-bottom: 0;
                }
            }
        }
        .dynamicFormShow-content {
            height: 100%;
        }
    }
    .xgui-dynamicFormShow-baseInfo {
        background: #fff;
        height: 100%;
        transform: translate(0, 0);
        .baseInfo-box {
            padding: 20px 20px 20px 20px;
            .baseInfo-content {
                color: transparent;
            }
            .baseInfo-content-delete {
              width: 99%;
          }
        }
        .anchor-list {
            padding: 0 20px;
            .ant-affix {
                left: auto !important;
                top: 20px !important;
            }
        }
    }
    .xgui-dynamicFormShow-extendInfo {
        background: #fff;
        height: 100%;
        padding-top: 50px;
        transform: translate(0, 0);
        position: relative;
        .ant-tabs {
            height: 100%;
            .ant-tabs-bar {
                position: fixed;
                left: 0;
                right: 0;
                top: 0;
                width: 100%;
                z-index: 1;
                padding: 10px 20px 0;
                margin-bottom: 0;
                background-color: #f7f8fa;
                .ant-tabs-tab {
                    margin-right: 0;
                    border: none;
                    padding: 8px 16px;
                    top: -1px;
                    border-bottom: 1px solid #e8e8e8;
                    background-color: #f7f8fa;
                    &.ant-tabs-tab-active {
                        background: #fff;
                        top: 0;
                        border: 1px solid #e8e8e8 !important;
                        border-radius: 4px 4px 0 0 !important;
                    }
                }
                .ant-tabs-ink-bar {
                    display: none !important;
                    background-color: #fff;
                }
            }
            .ant-tabs-content {
                min-height: 300px;
                height: 100%;
            }
            .ant-tabs-tabpane {
                height: 100%;
                .tabs-content {
                    padding: 20px 20px 100px 20px;
                }
            }
        }
    }
}
