app-preset-org-picker.less 676 字节
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 24 25 26 27 28 29 30 31 32 33 34

.app-auth-org-picker {
    height: 36px;
    width: inherit;
    .app-org-sector-remote {
        width: 100%;
        .org-sector-choice{
            background-color: #e6f7ff;
        }
    }
    .ivu-dropdown{
        width: inherit;
        position: relative;
        .ivu-select-dropdown{
            width: 100%;
        }
    }
    .auth-org-picker-dropdown{
        width: inherit;
        position: relative;
        border-radius: 5px;
        border: 1px solid gray;
        .ivu-select-dropdown{
            width: 100%;
        }
    }
}
.menu-item-no-data{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #dbdbdb;
    padding: 5px 0;
}