123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .TableSelecter {
- .pfm-ant-modal-footer {
- display: none !important;
- }
-
- .footer {
- display: flex;
- flex-direction:row;
- justify-content: flex-end;
- margin-top: 15px;
- span {
- display: inline-block;
- width: 56px;
- height: 24px;
- font-size: 14px;
- line-height: 23px;
- text-align: center;
- border-radius: 4px;
- cursor: pointer;
- &.ok {
- color: #FFFFFF;
- background:#3377FF;
- margin-left: 8px;
- }
- &.cancel {
- border: 1px solid #DAE2F2;
- }
- }
- }
- }
- .EditableProTable {
- .cost-ant-table-tbody {
- .cost-ant-table-row {
- .cost-ant-table-cell {
- &>div {
- display: flex;
- justify-content: left !important;
- }
- }
- }
- }
- }
- .AllocationParamsMap {
- padding: 16px;
- background: #FFFFFF;
- border-radius: 4px;
- .toolBar {
- 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;
- .filterItem {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- }
- .btnGroup {
- .add {
- cursor: pointer;
- display: inline-block;
- font-size: 14px;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 24px;
- padding: 0 14px;
- background: #3377FF;
- border-radius: 4px;
- }
- }
- }
- }
|