123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- .MonthlyDataCheck {
- position: relative;
- display: flex;
- flex-direction: row;
- min-height: calc(100vh - 80px);
- border-radius: 4px;
- overflow: hidden;
- background-color: #FFF;
- .maskCover {
- position: absolute;
- top:0;
- left: 0;
- width:100%;
- height:100%;
- z-index: 9;
- background: rgba(0,0,0,0.2);
- }
- .ManaIndextable {
- .bms-ant-table-thead {
- background-color: #37F !important;
- &>tr:last-child{
- .bms-ant-table-cell {
- border-top: 1px solid #dae2f2 !important;
- }
- }
- }
- }
- .rightContent {
- width: 100%;
- height: 100%;
- padding: 16px;
- 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 {
- position: relative;
- display: flex;
- flex-direction: column;
- height: 100%;
- .totalCount {
- position: absolute;
- bottom:16px;
- left: 16px;
- z-index: 9;
- height: 16px;
- font-size: 16px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #17181A;
- line-height: 16px;
- }
- .tableToolbar {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 16px;
- .filter {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .tabs {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- border-radius: 4px;
- border: 1px solid #DAE2F2;
- overflow: hidden;
- margin-right: 20px;
- .tab {
- text-align: center;
- line-height: 24px;
- width: 48px;
- height: 24px;
- color: #525866;
- font-size: 14px;
- cursor: pointer;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- border-right: 1px solid #DAE2F2;
- &.on {
- color: #FFF;
- background: #37F;
- }
- &:last-child {
- border-right: none;
- }
- }
- }
- .selecter {
- margin-right: 24px;
- }
- .search {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- .searchInput {
- width: 160px;
- height: 24px;
- background: #FFF;
- border-radius: 4px;
- border: 1px solid #CFD7E6;
- }
- &>span {
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #17181A;
- }
- }
- }
- .btnGroup {
- &>span {
- display: inline-block;
- text-align: center;
- padding: 0 12px;
- height: 24px;
- line-height: 21px;
- background: #FAFCFF;
- border-radius: 4px;
- cursor: pointer;
- border: 1px solid #DAE2F2;
- margin-right: 8px;
- &:last-child {
- margin-right: 0;
- }
- }
- &.disabled {
- &>span {
- cursor:not-allowed;
- color: rgb(0 0 0 / 50%);
- background-color:#f0f2f5;
- }
- }
- }
- }
- .tabContentInner {
- display: flex;
- flex-direction: row;
- .leftTree {
- .search {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 16px;
- margin-right: 16px;
- .searchInput {
- width: 100%;
- height: 24px;
- background: #FFF;
- border-radius: 4px;
- border: 1px solid #CFD7E6;
- }
-
- &>span {
- font-size: 14px;
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
- font-weight: 400;
- color: #17181A;
- }
- }
- .treeWrap {
- width: 220px;
- height: calc(100vh - 245px);
- background: #FFF;
- border-radius: 4px;
- padding: 16px;
- margin-right: 16px;
- border: 1px solid #DAE2F2;
- overflow: hidden;
- .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;
- }
- }
- }
- .rightTable {
- width: calc(100% - 220px);
- }
- }
- }
- }
- }
|