|
@@ -1,4 +1,3 @@
|
|
|
-
|
|
|
* {
|
|
|
font-family: 'SourceHanSansCN, SourceHanSansCN' !important;
|
|
|
}
|
|
@@ -18,7 +17,7 @@ body {
|
|
|
}
|
|
|
|
|
|
textarea {
|
|
|
- border: 1px solid #CFD7E6 !important;
|
|
|
+ border: 1px solid #CFD7E6 !important;
|
|
|
}
|
|
|
|
|
|
.bms-ant-input {
|
|
@@ -34,84 +33,89 @@ textarea {
|
|
|
.bms-ant-modal {
|
|
|
.bms-ant-modal-content {
|
|
|
padding: 16px !important;
|
|
|
+
|
|
|
.bms-ant-modal-body {
|
|
|
- .bms-ant-modal-confirm-body-wrapper {
|
|
|
- .bms-ant-modal-confirm-body {
|
|
|
- .bms-ant-modal-confirm-content {
|
|
|
- max-width: 100% !important;
|
|
|
- max-height: 70vh !important;
|
|
|
- overflow-y: scroll;
|
|
|
-
|
|
|
- .TableTransfer {
|
|
|
+ .bms-ant-modal-confirm-body-wrapper {
|
|
|
+ .bms-ant-modal-confirm-body {
|
|
|
+ .bms-ant-modal-confirm-content {
|
|
|
+ max-width: 100% !important;
|
|
|
+ max-height: 70vh !important;
|
|
|
+ overflow-y: scroll;
|
|
|
+
|
|
|
+ .TableTransfer {
|
|
|
.bms-ant-transfer-operation {
|
|
|
- // align-self: self-end;
|
|
|
- // margin-bottom: 30px;
|
|
|
-
|
|
|
- button {
|
|
|
- //color: #17181A;
|
|
|
- width: 24px;
|
|
|
- height: 40px !important;
|
|
|
- // background: #FAFCFF;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #DAE2F2;
|
|
|
- }
|
|
|
+ // align-self: self-end;
|
|
|
+ // margin-bottom: 30px;
|
|
|
+
|
|
|
+ button {
|
|
|
+ //color: #17181A;
|
|
|
+ width: 24px;
|
|
|
+ height: 40px !important;
|
|
|
+ // background: #FAFCFF;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #DAE2F2;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.bms-ant-transfer-list {
|
|
|
border: 1px solid #DAE2F2;
|
|
|
+
|
|
|
.bms-ant-transfer-list-header {
|
|
|
border-bottom: 1px solid #DAE2F2;
|
|
|
+
|
|
|
.anticon {
|
|
|
- color: #99A6BF;
|
|
|
+ color: #99A6BF;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.bms-ant-transfer-list-header-selected {
|
|
|
- color: #515866;
|
|
|
+ color: #515866;
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- .bms-ant-transfer-list-body {
|
|
|
+ }
|
|
|
+
|
|
|
+ .bms-ant-transfer-list-body {
|
|
|
.bms-ant-transfer-list-body-search-wrapper {
|
|
|
- padding: 8px;
|
|
|
-
|
|
|
- .bms-ant-input-prefix {
|
|
|
- .anticon-search {
|
|
|
- color: #99A6BF;
|
|
|
+ padding: 8px;
|
|
|
+
|
|
|
+ .bms-ant-input-prefix {
|
|
|
+ .anticon-search {
|
|
|
+ color: #99A6BF;
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
.bms-ant-table {
|
|
|
- .bms-ant-table-container {
|
|
|
- .bms-ant-table-content {
|
|
|
- .bms-ant-table-thead {
|
|
|
-
|
|
|
- &>tr>th {
|
|
|
- font-size: 14px;
|
|
|
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
|
|
|
- font-weight: 500;
|
|
|
- color: #17181A;
|
|
|
- background: #EEF3FA;
|
|
|
- border-radius: 0 !important;
|
|
|
- padding: 4px 8px !important;
|
|
|
- border-bottom: none;
|
|
|
+ .bms-ant-table-container {
|
|
|
+ .bms-ant-table-content {
|
|
|
+ .bms-ant-table-thead {
|
|
|
+
|
|
|
+ &>tr>th {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: SourceHanSansCN-Medium, SourceHanSansCN;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #17181A;
|
|
|
+ background: #EEF3FA;
|
|
|
+ border-radius: 0 !important;
|
|
|
+ padding: 4px 8px !important;
|
|
|
+ border-bottom: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .bms-ant-modal-confirm-btns {
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .bms-ant-modal-confirm-btns {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
justify-content: flex-end;
|
|
|
+
|
|
|
&>button {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -119,24 +123,27 @@ textarea {
|
|
|
min-width: 56px;
|
|
|
height: 24px;
|
|
|
border-radius: 4px;
|
|
|
-
|
|
|
+
|
|
|
&.bms-ant-btn-default {
|
|
|
border: 1px solid #DAE2F2;
|
|
|
}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.bms-ant-modal-footer {
|
|
|
margin-top: 0;
|
|
|
+
|
|
|
.bms-ant-space-item {
|
|
|
- &>button {
|
|
|
+ &>button {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
min-width: 56px;
|
|
|
- height: 24px;;
|
|
|
+ height: 24px;
|
|
|
+ ;
|
|
|
border-radius: 4px;
|
|
|
|
|
|
&>span {
|
|
@@ -146,7 +153,7 @@ textarea {
|
|
|
&.bms-ant-btn-default {
|
|
|
border: 1px solid #DAE2F2;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -157,33 +164,35 @@ textarea {
|
|
|
|
|
|
.bms-ant-message {
|
|
|
.ant-message-notice-success {
|
|
|
- .bms-ant-message-notice-content {
|
|
|
- .anticon-check-circle {
|
|
|
- &>svg {
|
|
|
- color: #52c41a;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ .bms-ant-message-notice-content {
|
|
|
+ .anticon-check-circle {
|
|
|
+ &>svg {
|
|
|
+ color: #52c41a;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
//Form
|
|
|
|
|
|
.bms-ant-form {
|
|
|
- &.bms-ant-form-vertical {
|
|
|
+ &.bms-ant-form-vertical {
|
|
|
.bms-ant-form-item {
|
|
|
margin-bottom: 16px;
|
|
|
+
|
|
|
.bms-ant-form-item-label {
|
|
|
padding: 0 !important;
|
|
|
height: 15px;
|
|
|
margin-bottom: 8px;
|
|
|
line-height: 15px;
|
|
|
}
|
|
|
+
|
|
|
.bms-ant-form-item-control-input {
|
|
|
- min-height: 24px;
|
|
|
+ min-height: 24px;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
@@ -206,16 +215,16 @@ textarea {
|
|
|
padding: 0px 8px !important;
|
|
|
border-radius: 4px;
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
-
|
|
|
+
|
|
|
&>input {
|
|
|
- &::placeholder {
|
|
|
- font-size: 14px;
|
|
|
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
|
|
|
- font-weight: 400;
|
|
|
- color: #99A6BF;
|
|
|
- }
|
|
|
+ &::placeholder {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: SourceHanSansCN-Normal, SourceHanSansCN;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #99A6BF;
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
+}
|
|
|
|
|
|
.bms-ant-input-disabled {
|
|
|
&::placeholder {
|
|
@@ -224,7 +233,7 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.bms-ant-input-affix-wrapper-disabled {
|
|
|
- background: #F0F2F5 !important;
|
|
|
+ background: #F0F2F5 !important;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -236,7 +245,7 @@ textarea {
|
|
|
// }
|
|
|
|
|
|
.bms-ant-page-header .bms-ant-page-header-heading-left {
|
|
|
- margin-block:0 !important;
|
|
|
+ margin-block: 0 !important;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -248,7 +257,7 @@ textarea {
|
|
|
|
|
|
//避免logo区域的层级过高,影响父容器
|
|
|
.bms-ant-pro .bms-ant-pro-layout .bms-ant-pro-sider-fixed {
|
|
|
- z-index:0!important;
|
|
|
+ z-index: 0 !important;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -261,21 +270,77 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.bms-ant-tree.bms-ant-tree-directory .bms-ant-tree-treenode:hover::before {
|
|
|
- background: #f0f2f5 !important;
|
|
|
- border-radius: 4px;
|
|
|
+ background: #f0f2f5 !important;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.BMS-EditableProTable {
|
|
|
+ .bms-ant-pro-card-body {
|
|
|
+ padding-inline: 0 !important;
|
|
|
+ padding-block: 0 !important;
|
|
|
+
|
|
|
+ .bms-ant-table {
|
|
|
+ border: 1px solid #CFD7E6 !important;
|
|
|
+ overflow: hidden;
|
|
|
+ .bms-ant-table-content {
|
|
|
+ .bms-ant-table-thead {
|
|
|
+ &>tr>th {
|
|
|
+
|
|
|
+ height: 15px;
|
|
|
+ line-height: 15px;
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 12px 16px !important;
|
|
|
+ font-family: SourceHanSansCN-Medium, SourceHanSansCN;
|
|
|
+ // font-weight: 500;
|
|
|
+
|
|
|
+ color: #17181A;
|
|
|
+ border-bottom:1px solid #CFD7E6 !important;
|
|
|
+ background: rgb(238 243 250 / 100%) !important;
|
|
|
+ &::before {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .bms-ant-table-tbody {
|
|
|
+ .bms-ant-table-row {
|
|
|
+ .bms-ant-table-cell {
|
|
|
+
|
|
|
+ height: 15px;
|
|
|
+ line-height: 15px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: SourceHanSansCN-Medium, SourceHanSansCN;
|
|
|
+ color: #17181A;
|
|
|
+ padding: 12px 16px !important;
|
|
|
+
|
|
|
+ &>div {
|
|
|
+ justify-content: flex-start !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ &>td {
|
|
|
+ border-bottom-color: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.bms-ant-table-wrapper {
|
|
|
- .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row.bms-ant-table-row-selected>td:first-child {
|
|
|
- border-radius: 0 !important;
|
|
|
+ .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row.bms-ant-table-row-selected>td:first-child {
|
|
|
+ border-radius: 0 !important;
|
|
|
}
|
|
|
+
|
|
|
.bms-ant-table-content {
|
|
|
.bms-ant-table-thead {
|
|
|
tr {
|
|
|
&:last-child {
|
|
|
- .bms-ant-table-cell {
|
|
|
- // border-top: 1px solid #dae2f2;
|
|
|
- }
|
|
|
+ .bms-ant-table-cell {
|
|
|
+ // border-top: 1px solid #dae2f2;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -283,8 +348,8 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.bms-ant-table-wrapper .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row:hover>td:first-child {
|
|
|
- border-start-start-radius:0 !important;
|
|
|
- border-end-start-radius:0 !important;
|
|
|
+ border-start-start-radius: 0 !important;
|
|
|
+ border-end-start-radius: 0 !important;
|
|
|
}
|
|
|
|
|
|
.bms-ant-table-wrapper .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row:last-child:hover>td {
|
|
@@ -297,13 +362,13 @@ textarea {
|
|
|
|
|
|
|
|
|
.bms-ant-table-wrapper .bms-ant-table:not(.bms-ant-table-bordered) .bms-ant-table-tbody>tr.bms-ant-table-row:hover>td:last-child {
|
|
|
- border-end-end-radius:0 !important;
|
|
|
- border-start-end-radius:0 !important;
|
|
|
+ border-end-end-radius: 0 !important;
|
|
|
+ border-start-end-radius: 0 !important;
|
|
|
}
|
|
|
|
|
|
|
|
|
.bms-ant-pro .bms-ant-pro-layout .bms-ant-pro-layout-bg-list {
|
|
|
- background:#F7F9FC !important;
|
|
|
+ background: #F7F9FC !important;
|
|
|
}
|
|
|
|
|
|
// .bms-ant-message-notice .bms-ant-message-success .anticon {
|
|
@@ -321,54 +386,65 @@ textarea {
|
|
|
**/
|
|
|
.bms-ant-select {
|
|
|
.bms-ant-select-selector {
|
|
|
- height: 24px !important;
|
|
|
- padding: 0 8px !important;
|
|
|
- border-radius: 4px !important;
|
|
|
- border: 1px solid #CFD7E6 !important;
|
|
|
-
|
|
|
- .bms-ant-select-selection-item {
|
|
|
- line-height: 24px !important;
|
|
|
- }
|
|
|
-
|
|
|
- .bms-ant-select-selection-search-input {
|
|
|
height: 24px !important;
|
|
|
- }
|
|
|
-
|
|
|
- .bms-ant-select-selection-placeholder {
|
|
|
- line-height: 22px !important;
|
|
|
- font-size: 14px;
|
|
|
- font-family: SourceHanSansCN-Normal, SourceHanSansCN;
|
|
|
- font-weight: 400;
|
|
|
- color: #99A6BF;
|
|
|
- }
|
|
|
+ padding: 0 8px !important;
|
|
|
+ border-radius: 4px !important;
|
|
|
+ border: 1px solid #CFD7E6 !important;
|
|
|
+
|
|
|
+ .bms-ant-select-selection-item {
|
|
|
+ line-height: 24px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bms-ant-select-selection-search-input {
|
|
|
+ height: 24px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bms-ant-select-selection-placeholder {
|
|
|
+ line-height: 22px !important;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: SourceHanSansCN-Normal, SourceHanSansCN;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #99A6BF;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bms-ant-select-selection-overflow {
|
|
|
+ .bms-ant-select-selection-overflow-item {
|
|
|
+ .bms-ant-select-selection-item {
|
|
|
+ height: 22px !important;
|
|
|
+ line-height: 22px !important;
|
|
|
+ margin-top: 0 !important;
|
|
|
+ margin-bottom: 7px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.bms-ant-select-arrow {
|
|
|
- color: #CFD7E6;
|
|
|
+ color: #CFD7E6;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
&.bms-ant-select-disabled {
|
|
|
- .bms-ant-select-selector {
|
|
|
- border: 1px solid #DADEE6 !important;
|
|
|
-
|
|
|
- .bms-ant-select-selection-placeholder {
|
|
|
- color: #7A8599;
|
|
|
+ .bms-ant-select-selector {
|
|
|
+ border: 1px solid #DADEE6 !important;
|
|
|
+
|
|
|
+ .bms-ant-select-selection-placeholder {
|
|
|
+ color: #7A8599;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .bms-ant-select-arrow {
|
|
|
+ color: #7A8599;
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- .bms-ant-select-arrow {
|
|
|
- color: #7A8599;
|
|
|
- }
|
|
|
}
|
|
|
- }
|
|
|
+}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bms-ant-tabs .bms-ant-tabs-tab {
|
|
|
- padding: 5px 0 !important;
|
|
|
- padding-top:12px !important;
|
|
|
+ padding: 5px 0 !important;
|
|
|
+ padding-top: 12px !important;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -379,16 +455,16 @@ textarea {
|
|
|
|
|
|
|
|
|
.bms-ant-pro-layout .bms-ant-pro-layout-container {
|
|
|
- background: #F7F9FC !important;
|
|
|
+ background: #F7F9FC !important;
|
|
|
}
|
|
|
|
|
|
//页面全局底色
|
|
|
.bms-ant-pro .bms-ant-pro-layout .bms-ant-pro-layout-bg-list {
|
|
|
- background: rgb(247 249 252 / 100%);
|
|
|
+ background: rgb(247 249 252 / 100%);
|
|
|
}
|
|
|
|
|
|
.bms-ant-pro-page-container-children-content {
|
|
|
- padding-inline:0 !important;
|
|
|
+ padding-inline: 0 !important;
|
|
|
}
|
|
|
|
|
|
.bms-ant-pro-sider-actions {
|
|
@@ -397,16 +473,16 @@ textarea {
|
|
|
|
|
|
|
|
|
.bms-ant-pro-sider-collapsed-button {
|
|
|
- top:95% !important;
|
|
|
+ top: 95% !important;
|
|
|
right: 17px !important;
|
|
|
}
|
|
|
|
|
|
|
|
|
-.bms-ant-menu .bms-ant-menu-submenu-title .anticon{
|
|
|
- transition: none !important;
|
|
|
+.bms-ant-menu .bms-ant-menu-submenu-title .anticon {
|
|
|
+ transition: none !important;
|
|
|
}
|
|
|
|
|
|
-.bms-ant-menu .bms-ant-menu-item .anticon +span {
|
|
|
+.bms-ant-menu .bms-ant-menu-item .anticon+span {
|
|
|
transition: none !important;
|
|
|
}
|
|
|
|
|
@@ -418,7 +494,7 @@ textarea {
|
|
|
transition: none !important;
|
|
|
}
|
|
|
|
|
|
-.bms-ant-menu .bms-ant-menu-submenu-title .anticon +span {
|
|
|
+.bms-ant-menu .bms-ant-menu-submenu-title .anticon+span {
|
|
|
transition: none !important;
|
|
|
}
|
|
|
|
|
@@ -429,21 +505,21 @@ textarea {
|
|
|
|
|
|
.menuCollapseIcon {
|
|
|
&>svg {
|
|
|
- width:24px;
|
|
|
- height:24px;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
-.bms-ant-pro-form >div:not(.bms-ant-pro-form-light-filter) .pro-field-lg {
|
|
|
- width: 100% !important;
|
|
|
+.bms-ant-pro-form>div:not(.bms-ant-pro-form-light-filter) .pro-field-lg {
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
|
|
|
.bms-ant-select {
|
|
|
.bms-ant-select-selector {
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
// color: #99A6BF !important;
|
|
|
-
|
|
|
+
|
|
|
.bms-ant-select-selection-placeholder {
|
|
|
color: #99A6BF !important;
|
|
|
}
|
|
@@ -463,12 +539,12 @@ textarea {
|
|
|
|
|
|
.bms-ant-select-disabled {
|
|
|
.bms-ant-select-selector {
|
|
|
- border: 1px solid #DADEE6 !important;
|
|
|
- background:#F0F2F5 !important;
|
|
|
+ border: 1px solid #DADEE6 !important;
|
|
|
+ background: #F0F2F5 !important;
|
|
|
|
|
|
- .bms-ant-select-selection-placeholder {
|
|
|
+ .bms-ant-select-selection-placeholder {
|
|
|
color: #7A8599 !important;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.bms-ant-select-arrow {
|
|
@@ -481,6 +557,7 @@ textarea {
|
|
|
.bms-ant-input-number {
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
color: #99A6BF !important;
|
|
|
+
|
|
|
.bms-ant-input-number-input {
|
|
|
height: 24px !important;
|
|
|
line-height: 24px !important;
|
|
@@ -492,7 +569,7 @@ textarea {
|
|
|
background: #F0F2F5 !important;
|
|
|
|
|
|
.bms-ant-input-number-input {
|
|
|
- color:#7A8599 !important ;
|
|
|
+ color: #7A8599 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -504,22 +581,16 @@ textarea {
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
}
|
|
|
|
|
|
-.bms-ant-picker-input >input[disabled] {
|
|
|
- color:#7A8599 !important ;
|
|
|
+.bms-ant-picker-input>input[disabled] {
|
|
|
+ color: #7A8599 !important;
|
|
|
}
|
|
|
|
|
|
.bms-ant-picker-disabled {
|
|
|
background: #F0F2F5 !important;
|
|
|
border: 1px solid #DADEE6 !important;
|
|
|
|
|
|
- .anticon-swap-right,.anticon-calendar {
|
|
|
- color:#7A8599 !important ;
|
|
|
+ .anticon-swap-right,
|
|
|
+ .anticon-calendar {
|
|
|
+ color: #7A8599 !important;
|
|
|
}
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+}
|