123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- .subtitle{
- margin-right: 12px;
- color: #00000073;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.5715;
- // overflow: hidden;
- // white-space: nowrap;
- // text-overflow: ellipsis;
- }
- .edit-content{
- margin: 0 0 20px;
- padding: 0 24px;
- height: calc(100vh - 192px);
- min-width: 800px;
- .tool{
- display: flex;
- justify-content: space-between;
- .tool-left{
- display: flex;
- align-items: center;
- .search{
- display: flex;
- width: 280px;
- margin-right: 20px;
- }
- .tag{
- background: #f7f7f7;
- display: flex;
- align-items: center;
- color: #6f6f6f;
- line-height: 26px;
- padding: 0 8px;
- margin: 0 10px;
- }
- }
- }
- .layout{
- display: flex;
- width: 100%;
- .sider{
- width: 280px;
- margin: 10px 0;
- height: calc(100vh - 192px);
- overflow-y: scroll;
- flex-shrink: 0;
- margin-right: 20px;
- .custom-node{
- display: flex;
- }
- .folder-desc{
- display: none;
- margin-left: 10px;
- background-color: white;
- color: #ba1a1a;
- border: none;
- }
- .custom-node:hover .folder-desc{
- display: block;
- }
- .custom-name:hover .folder-desc{
- display: block;
- }
- .loading{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- .tips{
- color: #6f6f6f;
- font-size: 14px;
- }
- }
- }
- .breadcrumb{
- flex: 1;
- }
- }
- .activeTd{
- cursor: pointer;
- }
- .activeTd{
- color: #c6233f;
- }
- }
- .depart-modal{
- .row{
- width: 90%;
- margin-bottom: 26px;
- .warning{
- padding: 10px;
- background: #eceef7;
- border-radius: 4px;
- }
- }
- .select{
- width: 90%;
- margin-bottom: 20px;
- .tree{
- height: 140px;
- overflow-y: scroll;
- .li{
- display: flex;
- justify-content: space-between;
- padding: 8px 4px;
- span{
- flex-shrink: 0;
- }
- }
- .li:hover{
- background-color: #f9f9f9;
- }
- }
- }
- }
- input:-webkit-autofill,
- input:-webkit-autofill:hover,
- input:-webkit-autofill:focus,
- input:-webkit-autofill:active {
- -webkit-transition-delay: 99999s;
- -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
- }
- // 选中,批量操作区域
- .batch-toolbar-modal{
- position: fixed;
- display: flex;
- justify-content: center;
- bottom: 80px;
- left: calc(50% - 134px);
- -webkit-transform: translate(0);
- transform: translate(0);
- z-index: 99;
- }
- .batch-toolbar {
- display: flex;
- align-items: center;
- height: 56px;
- // min-width: 600px;
- background: #fff;
- border: 1px solid #e5e6eb;
- box-sizing: border-box;
- box-shadow: 0 16px 32px -10px rgba(4, 24, 115, .1);
- border-radius: 4px;
- button{
- color:#545968;
- }
- }
- .batch-toolbar .styles_counter__18S08 {
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- background: #C6233F;
- width: 100px;
- font-size: 12px;
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- .batch-toolbar .batch-toolbar-actions {
- display: flex;
- margin: auto;
- padding: 0 20px;
- }
- .batch-toolbar .styles_cancel__AARoT {
- font-size: 16px;
- border-left: 1px solid #a9aeb8;
- // padding-left: 20px;
- display: flex;
- justify-content: center;
- width: 128px;
- }
- .batch-toolbar .styles_counter__18S08 .styles_num__178Wa {
- font-size: 24px;
- margin-left: 8px;
- }
- ::ng-deep .ant-page-header-heading-title{
- white-space: normal;
- }
- ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{
- color: #c6233f;
- }
- ::ng-deep .ant-tabs-ink-bar{
- background: #c6233f;
- }
- ::ng-deep .ant-tabs-tab:hover{
- color: #e97488;
- }
- ::ng-deep .ant-tabs-tab-btn:active{
- color: #e97488;
- }
- ::ng-deep .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected{
- background-color: #ba1a1a;
- color: white;
- }
- ::ng-deep .ant-tree .ant-tree-node-content-wrapper:hover{
- background-color: #eae6e6;
- }
|