123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- .auto-copylibrary-content {
- background: #fff;
- height: calc(100vh - 320px);
- padding: 20px;
- overflow-y: auto;
- .control-con-header {
- margin-bottom: 20px;
- position: relative;
- .grid-form-options {
- margin-top: 15px;
- }
- .common-input-long,
- .acount-search-class {
- width: 625px;
- }
- .common-input-long {
- margin-left: 10px;
- }
- .reset-class {
- margin-right: 10px !important;
- }
- .upload-person {
- position: absolute;
- right: 10px;
- top: 0;
- }
- }
- .pagin-table-class {
- display: flex;
- justify-content: flex-end;
- margin-top: 20px;
- }
- }
- /deep/ .auto-copy-library-modal {
- width: 700px !important;
- .ant-modal-body {
- height: 380px !important;
- overflow-y: auto;
- }
- .ad-name-tags-class {
- width: 500px;
- display: flex;
- .name-tags-left {
- width: 350px;
- }
- }
- .acount-title {
- display: flex;
- font-size: 14px;
- margin-top: 20px;
- line-height: 32px;
- .acount-title-left {
- margin-right: 20px;
- width: 70px;
- }
- .only-title-mater {
- width: 400px;
- .upload-prompt-information {
- height: 20px;
- line-height: 20px;
- }
- .special-number-line {
- margin-top: 20px;
- }
- .select-project {
- width: 100%;
- }
- .mater-list-name {
- display: flex;
- height: 30px;
- margin: 0;
- .mater-list-show {
- display: inline-block;
- width: 400px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mater-list-icon {
- margin-left: 10px;
- color: #1890ff;
- cursor: pointer;
- }
- }
- }
- .examin-form-model {
- width: 500px;
- position: relative;
- .examin-form-num {
- position: absolute;
- top: -10px;
- right: -50px;
- }
- .examin-form-icon {
- position: absolute;
- top: 0px;
- right: -85px;
- font-size: 18px;
- color: #1890ff;
- cursor: pointer;
- }
- }
- .examin-form-input {
- width: 380px;
- }
- }
- .push-plate {
- margin-bottom: 20px;
- .examin-select-title {
- margin: 0 20px 0 20px;
- }
- }
- }
- /deep/ .reject-ideas-modal {
- width: 900px !important;
- .pagin-table-class {
- display: flex;
- justify-content: flex-end;
- margin-top: 20px;
- }
- }
|