123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- .SecondaryDitriComputed {
- position: relative;
- display: flex;
- flex-direction: row;
- // height: 100%;
- background: #F5F7FA;
- .selecterList {
- position: absolute;
- z-index: 99;
- top: 44px;
- left: 180px;
- width: 120px;
- height: 104px;
- background: #FFFFFF;
- box-shadow: 0px 8px 16px 0px rgba(64, 85, 128, 0.1);
- border-radius: 4px;
- padding: 4px;
- .list {
- position: relative;
- height: 32px;
- line-height: 16px;
- border-radius: 2px;
- font-size: 14px;
- cursor: pointer;
- padding: 8px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #17181A;
- &.on {
- font-weight: 500;
- background: rgba(51, 119, 255, 0.08);
- &::after {
- position: absolute;
- right: 8px;
- display: inline-block;
- content: '';
- width: 16px;
- height: 16px;
- background: url('../../../../static//gou_blue.png');
- background-size: contain;
- }
- }
- }
- }
- .leftTree {
- position: fixed;
- top: 64px;
- width: 220px;
- height: calc(100vh - 80px);
- background: #FFF;
- border-radius: 4px;
- padding: 16px;
- overflow: hidden;
- margin-right: 16px;
- // border-right:16px solid #F5F7FA;
- .search {
- position: relative;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 16px;
- .filter {
- position: relative;
- width: 24px;
- height: 24px;
- background: #FAFCFF;
- border-radius: 4px;
- border: 1px solid #DAE2F2;
- margin-left: 8px;
- cursor: pointer;
- background: url('../../../../static/filter.png');
- background-size: 16px 16px;
- background-position: center;
- background-repeat: no-repeat;
- &.orange {
- &::after {
- position: absolute;
- z-index: 9;
- top: 1px;
- right: 1px;
- display: inline-block;
- content: '';
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background: #FF9832;
- }
- }
- &.blue {
- &::after {
- position: absolute;
- z-index: 9;
- top: 1px;
- right: 1px;
- display: inline-block;
- content: '';
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background: #3377FF;
- }
- }
- }
- }
- .searchInput {
- border: 1px solid #CFD7E6;
- }
- .point {
- display: block;
- content: '';
- width: 6px;
- height: 6px;
- border-radius: 50%;
- z-index: 99;
- background: #FF9832;
- &.lastChild {
- background: #FF1966;
- }
- }
- .bms-ant-tree.bms-ant-tree-directory .bms-ant-tree-treenode-selected:hover::before,
- .bms-ant-tree.bms-ant-tree-directory .bms-ant-tree-treenode-selected::before {
- border-radius: 4px;
- background: rgb(240 242 245 / 100%);
- }
- .bms-ant-tree.bms-ant-tree-directory .bms-ant-tree-treenode .bms-ant-tree-node-content-wrapper.bms-ant-tree-node-selected {
- font-weight: bold;
- }
- }
- .rightContent {
- position: relative;
- border-radius: 4px;
- width: calc(100% - 220px);
- padding: 16px;
- margin-left: 236px;
- background: #FFF;
- .checkBtn {
- position: absolute;
- cursor: pointer;
- top: 0;
- right: 0;
- padding: 0 14px;
- height: 24px;
- line-height: 24px;
- background: #3376FE;
- border-radius: 4px;
- text-align: center;
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #FFF;
- }
- .midLine {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- height: 24px;
- line-height: 24px;
- background: #F0FCFC;
- font-size: 12px;
- color: #515866;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- margin-top: 12px;
- margin-bottom: 15px;
- &>span {
- cursor: pointer;
- font-size: 12px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #00B3B3;
- padding-right: 4px;
- }
- }
- .bms-ant-tabs-nav {
- &::before {
- border-bottom: none !important;
- }
- }
- .tabContent {
- display: flex;
- flex-direction: column;
- .tableToolbar {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin-top: 16px;
- margin-bottom: 16px;
- .search {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- span {
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #17181A;
- margin-right: 24px;
- &.total {
- i {
- font-style: normal;
- font-size: 14px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #17181A;
- }
- }
- &.compelted {
- i {
- font-style: normal;
- font-size: 14px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #2E6BE6;
- }
- &::before {
- position: relative;
- top: 2px;
- display: inline-block;
- content: '';
- width: 12px;
- height: 12px;
- margin-right: 4px;
- background: url('../../../../static//bingzhuantu.png');
- background-size: cover;
- }
- }
- &.left {
- i {
- font-style: normal;
- font-size: 14px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #14CC8F;
- }
- &::before {
- position: relative;
- top: 2px;
- display: inline-block;
- content: '';
- width: 12px;
- height: 12px;
- margin-right: 4px;
- background: url('../../../../static/bingzhuantu_green.png');
- background-size: cover;
- }
- }
- &:last-child {
- margin-right: 0;
- }
- }
- }
- .btnGroupWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- .btnGroup {
- &>span {
- display: inline-block;
- text-align: center;
- width: 56px;
- height: 24px;
- line-height: 22px;
- border-radius: 4px;
- cursor: pointer;
- margin-right: 8px;
- &.editBtn {
- color: white;
- background: #3377FF;
- }
- &.cancel {
- color: #17181A;
- background: #FAFCFF;
- border: 1px solid #DAE2F2;
- }
- &:last-child {
- margin-right: 0;
- }
- }
- &.disabled {
- &>span {
- cursor: not-allowed;
- &.editBtn {
- color: rgb(0 0 0 / 50%);
- background-color: #f0f2f5;
- }
- &.cancel {
- color: rgb(0 0 0 / 50%);
- background-color: #f0f2f5;
- }
- }
- }
- }
- .commit {
- display: inline-block;
- text-align: center;
- padding: 0 14px;
- height: 24px;
- line-height: 23px;
- background: #3377FF;
- border-radius: 4px;
- cursor: pointer;
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- margin-left: 8px;
- color: #FFF;
- &.gray {
- color: #17181A;
- background: #FAFCFF;
- border: 1px solid #DAE2F2;
- }
- &.disabled {
- cursor: not-allowed;
- color: rgb(0 0 0 / 50%);
- background-color: #f0f2f5;
- }
- }
- }
- }
- }
- }
- }
|