123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .directional-content {
- background: #fff;
- height: calc(100vh - 137px);
- padding: 20px;
- overflow-y: auto;
- .control-con-header {
- margin-bottom: 20px;
- position: relative;
- /deep/ .ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, .ant-form-inline .ant-form-item > .ant-form-item-label {
- width: 200px !important;
- }
- .reset-class {
- margin-right: 10px !important;
- }
- .upload-person {
- position: absolute;
- right: 10px;
- top: 0;
- }
- }
- .cause-text-class {
- cursor: pointer;
- }
- .pagin-table-class {
- display: flex;
- justify-content: flex-end;
- margin-top: 20px;
- }
- .acount-search-class {
- width: 200% !important;
- }
- .grid-form-type {
- margin-left: 210px;
- }
- }
- /deep/ .push-modal {
- width: 600px !important;
- .acount-title {
- display: flex;
- font-size: 14px;
- height: 40px;
- line-height: 40px;
- .acount-title-left {
- margin-right: 20px;
- width: 100px;
- }
- }
- .push-plate {
- margin-bottom: 20px;
- }
- }
- .person-modal {
- width: 500px;
- /deep/ .ant-form-item {
- display: flex;
- }
- /deep/ .ant-form-item-label {
- width: 20%;
- }
- /deep/ .ant-form-item-control-wrapper {
- width: 80%;
- }
- .acount-search-class {
- width: 100% !important;
- }
- .upload-txt-rules {
- margin-top: 10px;
- margin-bottom: 10px;
- line-height: 1.5;
- }
- /deep/ .ant-radio-group {
- line-height: 30px;
- }
- }
- /deep/ .cause-modal {
- width: 600px !important;
- .cause-modal-table-class {
- height: 500px;
- overflow-y: auto;
- }
- .pagin-table-class {
- display: flex;
- justify-content: flex-end;
- margin-top: 20px;
- }
- }
- /deep/ .relax-modal {
- width: 600px !important;
- .acount-title {
- display: flex;
- font-size: 14px;
- height: 40px;
- line-height: 40px;
- .acount-title-left {
- margin-right: 20px;
- width: 100px;
- }
- }
- .push-plate {
- margin-bottom: 20px;
- }
- }
- .grid-form-item-account {
- /deep/ .ant-form-item-control {
- line-height: inherit;
- }
- }
|