|
@@ -26,7 +26,7 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-space-item {
|
|
|
|
|
|
+.cost-ant-space-item {
|
|
&>a {
|
|
&>a {
|
|
color: #3377FF !important;
|
|
color: #3377FF !important;
|
|
}
|
|
}
|
|
@@ -39,22 +39,22 @@ textarea {
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-btn-primary {
|
|
|
|
|
|
+.cost-ant-btn-primary {
|
|
background: #3377FF;
|
|
background: #3377FF;
|
|
}
|
|
}
|
|
-.pfm-ant-btn-primary[disabled]{
|
|
|
|
|
|
+.cost-ant-btn-primary[disabled]{
|
|
background:#f5f5f5 ;
|
|
background:#f5f5f5 ;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-checkbox {
|
|
|
|
- &.pfm-ant-checkbox-checked {
|
|
|
|
- .pfm-ant-checkbox-inner {
|
|
|
|
|
|
+.cost-ant-checkbox {
|
|
|
|
+ &.cost-ant-checkbox-checked {
|
|
|
|
+ .cost-ant-checkbox-inner {
|
|
background-color:#3377FF;
|
|
background-color:#3377FF;
|
|
background: #3377FF;
|
|
background: #3377FF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // &.pfm-ant-checkbox-indeterminate {
|
|
|
|
- // &.pfm-ant-checkbox-inner {
|
|
|
|
|
|
+ // &.cost-ant-checkbox-indeterminate {
|
|
|
|
+ // &.cost-ant-checkbox-inner {
|
|
// &::after {
|
|
// &::after {
|
|
// background-color:#3377FF !important;
|
|
// background-color:#3377FF !important;
|
|
// }
|
|
// }
|
|
@@ -62,15 +62,15 @@ textarea {
|
|
// }
|
|
// }
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-checkbox-indeterminate .pfm-ant-checkbox-inner::after {
|
|
|
|
|
|
+.cost-ant-checkbox-indeterminate .cost-ant-checkbox-inner::after {
|
|
background-color:#3377FF;
|
|
background-color:#3377FF;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-input-affix-wrapper {
|
|
|
|
|
|
+.cost-ant-input-affix-wrapper {
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-input {
|
|
|
|
|
|
+.cost-ant-input {
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
// border: 1px solid #CFD7E6 !important;
|
|
// border: 1px solid #CFD7E6 !important;
|
|
&::placeholder {
|
|
&::placeholder {
|
|
@@ -78,13 +78,13 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-table-cell {
|
|
|
|
|
|
+.cost-ant-table-cell {
|
|
a {
|
|
a {
|
|
color: #3376FE !important;
|
|
color: #3376FE !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-input-number {
|
|
|
|
|
|
+.cost-ant-input-number {
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -95,29 +95,29 @@ textarea {
|
|
|
|
|
|
//Modal
|
|
//Modal
|
|
|
|
|
|
-.pfm-ant-modal {
|
|
|
|
- .pfm-ant-modal-content {
|
|
|
|
|
|
+.cost-ant-modal {
|
|
|
|
+ .cost-ant-modal-content {
|
|
padding: 16px !important;
|
|
padding: 16px !important;
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
- .pfm-ant-modal-header {
|
|
|
|
|
|
+ .cost-ant-modal-header {
|
|
padding: 0 ;
|
|
padding: 0 ;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
- .pfm-ant-modal-body {
|
|
|
|
|
|
+ .cost-ant-modal-body {
|
|
max-height: 570px;
|
|
max-height: 570px;
|
|
// overflow-y: scroll;
|
|
// overflow-y: scroll;
|
|
// overflow-x: hidden;
|
|
// overflow-x: hidden;
|
|
padding: 0;
|
|
padding: 0;
|
|
|
|
|
|
- .pfm-ant-modal-confirm-body-wrapper {
|
|
|
|
- .pfm-ant-modal-confirm-body {
|
|
|
|
- .pfm-ant-modal-confirm-title {
|
|
|
|
|
|
+ .cost-ant-modal-confirm-body-wrapper {
|
|
|
|
+ .cost-ant-modal-confirm-body {
|
|
|
|
+ .cost-ant-modal-confirm-title {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
height:18px;
|
|
height:18px;
|
|
|
|
|
|
}
|
|
}
|
|
- .pfm-ant-modal-confirm-content {
|
|
|
|
|
|
+ .cost-ant-modal-confirm-content {
|
|
max-width: 100% !important;
|
|
max-width: 100% !important;
|
|
max-height: 498px;
|
|
max-height: 498px;
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
@@ -125,7 +125,7 @@ textarea {
|
|
margin-block-start:16px;
|
|
margin-block-start:16px;
|
|
|
|
|
|
.TableTransfer {
|
|
.TableTransfer {
|
|
- .pfm-ant-transfer-operation {
|
|
|
|
|
|
+ .cost-ant-transfer-operation {
|
|
// align-self: self-end;
|
|
// align-self: self-end;
|
|
// margin-bottom: 30px;
|
|
// margin-bottom: 30px;
|
|
|
|
|
|
@@ -139,11 +139,11 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-transfer-list {
|
|
|
|
|
|
+ .cost-ant-transfer-list {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
border: 1px solid #DAE2F2;
|
|
border: 1px solid #DAE2F2;
|
|
|
|
|
|
- .pfm-ant-transfer-list-header {
|
|
|
|
|
|
+ .cost-ant-transfer-list-header {
|
|
height: 32px;
|
|
height: 32px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
border-bottom: 1px solid #DAE2F2;
|
|
border-bottom: 1px solid #DAE2F2;
|
|
@@ -152,24 +152,24 @@ textarea {
|
|
color: #99A6BF;
|
|
color: #99A6BF;
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-transfer-list-header-selected {
|
|
|
|
|
|
+ .cost-ant-transfer-list-header-selected {
|
|
color: #515866;
|
|
color: #515866;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-transfer-list-body {
|
|
|
|
- .pfm-ant-transfer-list-body-search-wrapper {
|
|
|
|
|
|
+ .cost-ant-transfer-list-body {
|
|
|
|
+ .cost-ant-transfer-list-body-search-wrapper {
|
|
padding: 8px;
|
|
padding: 8px;
|
|
|
|
|
|
- .pfm-ant-input-prefix {
|
|
|
|
|
|
+ .cost-ant-input-prefix {
|
|
.anticon-search {
|
|
.anticon-search {
|
|
color: #99A6BF;
|
|
color: #99A6BF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-transfer-list-body-customize-wrapper {
|
|
|
|
- .pfmTable {
|
|
|
|
|
|
+ .cost-ant-transfer-list-body-customize-wrapper {
|
|
|
|
+ .costTable {
|
|
border: none !important;
|
|
border: none !important;
|
|
border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
}
|
|
@@ -179,10 +179,10 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- .pfm-ant-table {
|
|
|
|
- .pfm-ant-table-container {
|
|
|
|
- .pfm-ant-table-content {
|
|
|
|
- .pfm-ant-table-thead {
|
|
|
|
|
|
+ .cost-ant-table {
|
|
|
|
+ .cost-ant-table-container {
|
|
|
|
+ .cost-ant-table-content {
|
|
|
|
+ .cost-ant-table-thead {
|
|
|
|
|
|
&>tr>th {
|
|
&>tr>th {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -197,7 +197,7 @@ textarea {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-table-tbody {
|
|
|
|
|
|
+ .cost-ant-table-tbody {
|
|
&>tr>td {
|
|
&>tr>td {
|
|
padding-left: 8px !important;
|
|
padding-left: 8px !important;
|
|
padding-right: 8px !important;
|
|
padding-right: 8px !important;
|
|
@@ -210,7 +210,7 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-modal-confirm-btns {
|
|
|
|
|
|
+ .cost-ant-modal-confirm-btns {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -225,23 +225,23 @@ textarea {
|
|
height: 24px;
|
|
height: 24px;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
|
|
|
- &.pfm-ant-btn-default {
|
|
|
|
|
|
+ &.cost-ant-btn-default {
|
|
border: 1px solid #DAE2F2;
|
|
border: 1px solid #DAE2F2;
|
|
background-color: #FAFCFF;
|
|
background-color: #FAFCFF;
|
|
}
|
|
}
|
|
|
|
|
|
- &.pfm-ant-btn-primary {
|
|
|
|
|
|
+ &.cost-ant-btn-primary {
|
|
background-color: #3376FE;
|
|
background-color: #3376FE;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .pfm-ant-modal-footer {
|
|
|
|
|
|
+ .cost-ant-modal-footer {
|
|
border-top: none;
|
|
border-top: none;
|
|
padding: 0;
|
|
padding: 0;
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
- .pfm-ant-btn {
|
|
|
|
|
|
+ .cost-ant-btn {
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
height: 24px !important;
|
|
height: 24px !important;
|
|
padding: 0 14px !important;
|
|
padding: 0 14px !important;
|
|
@@ -249,10 +249,10 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-modal-footer {
|
|
|
|
|
|
+ .cost-ant-modal-footer {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
|
|
|
|
- .pfm-ant-space-item {
|
|
|
|
|
|
+ .cost-ant-space-item {
|
|
&>button {
|
|
&>button {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -264,12 +264,12 @@ textarea {
|
|
|
|
|
|
&>span {}
|
|
&>span {}
|
|
|
|
|
|
- &.pfm-ant-btn-default {
|
|
|
|
|
|
+ &.cost-ant-btn-default {
|
|
border: 1px solid #DAE2F2;
|
|
border: 1px solid #DAE2F2;
|
|
background-color: #FAFCFF;
|
|
background-color: #FAFCFF;
|
|
}
|
|
}
|
|
|
|
|
|
- &.pfm-ant-btn-primary {
|
|
|
|
|
|
+ &.cost-ant-btn-primary {
|
|
background-color: #3376FE;
|
|
background-color: #3376FE;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -281,9 +281,9 @@ textarea {
|
|
|
|
|
|
//message
|
|
//message
|
|
|
|
|
|
-.pfm-ant-message {
|
|
|
|
|
|
+.cost-ant-message {
|
|
.ant-message-notice-success {
|
|
.ant-message-notice-success {
|
|
- .pfm-ant-message-notice-content {
|
|
|
|
|
|
+ .cost-ant-message-notice-content {
|
|
.anticon-check-circle {
|
|
.anticon-check-circle {
|
|
&>svg {
|
|
&>svg {
|
|
color: #52c41a;
|
|
color: #52c41a;
|
|
@@ -295,19 +295,19 @@ textarea {
|
|
|
|
|
|
//Form
|
|
//Form
|
|
|
|
|
|
-.pfm-ant-form {
|
|
|
|
- &.pfm-ant-form-vertical {
|
|
|
|
- .pfm-ant-form-item {
|
|
|
|
|
|
+.cost-ant-form {
|
|
|
|
+ &.cost-ant-form-vertical {
|
|
|
|
+ .cost-ant-form-item {
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
|
|
|
|
- .pfm-ant-form-item-label {
|
|
|
|
|
|
+ .cost-ant-form-item-label {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
height: 15px;
|
|
height: 15px;
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-form-item-control-input {
|
|
|
|
|
|
+ .cost-ant-form-item-control-input {
|
|
min-height: 24px;
|
|
min-height: 24px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -317,20 +317,20 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-// .pfm-ant-form-item-label {
|
|
|
|
|
|
+// .cost-ant-form-item-label {
|
|
// padding: 0;
|
|
// padding: 0;
|
|
// //height: 15px;
|
|
// //height: 15px;
|
|
// line-height: 15px;
|
|
// line-height: 15px;
|
|
// margin-bottom: 5px;
|
|
// margin-bottom: 5px;
|
|
|
|
|
|
-// .pfm-ant-form-item-required {
|
|
|
|
|
|
+// .cost-ant-form-item-required {
|
|
// &::before {
|
|
// &::before {
|
|
// margin-right: 0 !important;
|
|
// margin-right: 0 !important;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
|
|
-.pfm-ant-input-affix-wrapper {
|
|
|
|
|
|
+.cost-ant-input-affix-wrapper {
|
|
padding: 0px 8px !important;
|
|
padding: 0px 8px !important;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
@@ -345,84 +345,84 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-input-disabled {
|
|
|
|
|
|
+.cost-ant-input-disabled {
|
|
&::placeholder {
|
|
&::placeholder {
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-input-affix-wrapper-disabled {
|
|
|
|
|
|
+.cost-ant-input-affix-wrapper-disabled {
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
// //proContsiner 标题样式覆盖
|
|
// //proContsiner 标题样式覆盖
|
|
-// .pfm-ant-page-header .pfm-ant-page-header-heading-title {
|
|
|
|
|
|
+// .cost-ant-page-header .cost-ant-page-header-heading-title {
|
|
// height: 17px !important;
|
|
// height: 17px !important;
|
|
// font-size: 16px !important;
|
|
// font-size: 16px !important;
|
|
// line-height: 17px !important;
|
|
// line-height: 17px !important;
|
|
// }
|
|
// }
|
|
|
|
|
|
-.pfm-ant-page-header {
|
|
|
|
- .pfm-ant-page-header-heading-title {
|
|
|
|
|
|
+.cost-ant-page-header {
|
|
|
|
+ .cost-ant-page-header-heading-title {
|
|
font-size: 16px !important;
|
|
font-size: 16px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-page-header .pfm-ant-page-header-heading-left {
|
|
|
|
|
|
+.cost-ant-page-header .cost-ant-page-header-heading-left {
|
|
margin-block: 0 !important;
|
|
margin-block: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-pro .pfm-ant-pro-layout .pfm-ant-pro-sider-fixed {
|
|
|
|
|
|
+.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-sider-fixed {
|
|
position: absolute !important;
|
|
position: absolute !important;
|
|
// min-width:230px !important;
|
|
// min-width:230px !important;
|
|
// width: 230px !important;
|
|
// width: 230px !important;
|
|
}
|
|
}
|
|
|
|
|
|
//避免logo区域的层级过高,影响父容器
|
|
//避免logo区域的层级过高,影响父容器
|
|
-.pfm-ant-pro .pfm-ant-pro-layout .pfm-ant-pro-sider-fixed {
|
|
|
|
|
|
+.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-sider-fixed {
|
|
height: calc(100vh - 48px) !important;
|
|
height: calc(100vh - 48px) !important;
|
|
z-index: 0 !important;
|
|
z-index: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-pro-base-menu .pfm-ant-pro-base-menu-submenu-has-icon >.pfm-ant-menu-sub {
|
|
|
|
|
|
+.cost-ant-pro-base-menu .cost-ant-pro-base-menu-submenu-has-icon >.cost-ant-menu-sub {
|
|
padding-inline-start:0 !important;
|
|
padding-inline-start:0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-menu-item-selected {
|
|
|
|
|
|
+.cost-ant-menu-item-selected {
|
|
background-color:#F2F6FF !important;
|
|
background-color:#F2F6FF !important;
|
|
&:hover {
|
|
&:hover {
|
|
color: #3376FE !important;
|
|
color: #3376FE !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-.pfm-ant-menu-light:not(.pfm-ant-menu-horizontal) .pfm-ant-menu-item:not(.pfm-ant-menu-item-selected):hover {
|
|
|
|
|
|
+.cost-ant-menu-light:not(.cost-ant-menu-horizontal) .cost-ant-menu-item:not(.cost-ant-menu-item-selected):hover {
|
|
background-color: #f0f2f5 !important;
|
|
background-color: #f0f2f5 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-menu-light:not(.pfm-ant-menu-horizontal) .pfm-ant-menu-submenu-title:hover {
|
|
|
|
|
|
+.cost-ant-menu-light:not(.cost-ant-menu-horizontal) .cost-ant-menu-submenu-title:hover {
|
|
background-color: #f0f2f5 !important;
|
|
background-color: #f0f2f5 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-tree.pfm-ant-tree-directory .pfm-ant-tree-treenode:hover::before {
|
|
|
|
|
|
+.cost-ant-tree.cost-ant-tree-directory .cost-ant-tree-treenode:hover::before {
|
|
background: #f0f2f5 !important;
|
|
background: #f0f2f5 !important;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-EditableProTable {
|
|
|
|
- .pfm-ant-pro-card-body {
|
|
|
|
|
|
+.cost-EditableProTable {
|
|
|
|
+ .cost-ant-pro-card-body {
|
|
padding-inline: 0 !important;
|
|
padding-inline: 0 !important;
|
|
padding-block: 0 !important;
|
|
padding-block: 0 !important;
|
|
|
|
|
|
- .pfm-ant-table {
|
|
|
|
|
|
+ .cost-ant-table {
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
- .pfm-ant-table-content {
|
|
|
|
- .pfm-ant-table-thead {
|
|
|
|
|
|
+ .cost-ant-table-content {
|
|
|
|
+ .cost-ant-table-thead {
|
|
&>tr>th {
|
|
&>tr>th {
|
|
|
|
|
|
height: 15px;
|
|
height: 15px;
|
|
@@ -442,9 +442,9 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-table-tbody {
|
|
|
|
- .pfm-ant-table-row {
|
|
|
|
- .pfm-ant-table-cell {
|
|
|
|
|
|
+ .cost-ant-table-tbody {
|
|
|
|
+ .cost-ant-table-row {
|
|
|
|
+ .cost-ant-table-cell {
|
|
|
|
|
|
height: 15px;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
@@ -470,16 +470,16 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-table-wrapper {
|
|
|
|
- .pfm-ant-table:not(.pfm-ant-table-bordered) .pfm-ant-table-tbody>tr.pfm-ant-table-row.pfm-ant-table-row-selected>td:first-child {
|
|
|
|
|
|
+.cost-ant-table-wrapper {
|
|
|
|
+ .cost-ant-table:not(.cost-ant-table-bordered) .cost-ant-table-tbody>tr.cost-ant-table-row.cost-ant-table-row-selected>td:first-child {
|
|
border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-table-content {
|
|
|
|
- .pfm-ant-table-thead {
|
|
|
|
|
|
+ .cost-ant-table-content {
|
|
|
|
+ .cost-ant-table-thead {
|
|
tr {
|
|
tr {
|
|
&:last-child {
|
|
&:last-child {
|
|
- .pfm-ant-table-cell {
|
|
|
|
|
|
+ .cost-ant-table-cell {
|
|
// border-top: 1px solid #dae2f2;
|
|
// border-top: 1px solid #dae2f2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -488,31 +488,31 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-table-wrapper .pfm-ant-table:not(.pfm-ant-table-bordered) .pfm-ant-table-tbody>tr.pfm-ant-table-row:hover>td:first-child {
|
|
|
|
|
|
+.cost-ant-table-wrapper .cost-ant-table:not(.cost-ant-table-bordered) .cost-ant-table-tbody>tr.cost-ant-table-row:hover>td:first-child {
|
|
border-start-start-radius: 0 !important;
|
|
border-start-start-radius: 0 !important;
|
|
border-end-start-radius: 0 !important;
|
|
border-end-start-radius: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-table-wrapper .pfm-ant-table:not(.pfm-ant-table-bordered) .pfm-ant-table-tbody>tr.pfm-ant-table-row:last-child:hover>td {
|
|
|
|
|
|
+.cost-ant-table-wrapper .cost-ant-table:not(.cost-ant-table-bordered) .cost-ant-table-tbody>tr.cost-ant-table-row:last-child:hover>td {
|
|
border-bottom-color: #dae2f2 !important;
|
|
border-bottom-color: #dae2f2 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-table-wrapper .pfm-ant-table:not(.pfm-ant-table-bordered) .pfm-ant-table-tbody>tr.pfm-ant-table-row:last-child>td {
|
|
|
|
|
|
+.cost-ant-table-wrapper .cost-ant-table:not(.cost-ant-table-bordered) .cost-ant-table-tbody>tr.cost-ant-table-row:last-child>td {
|
|
border-bottom-color: #dae2f2 !important;
|
|
border-bottom-color: #dae2f2 !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-table-wrapper .pfm-ant-table:not(.pfm-ant-table-bordered) .pfm-ant-table-tbody>tr.pfm-ant-table-row:hover>td:last-child {
|
|
|
|
|
|
+.cost-ant-table-wrapper .cost-ant-table:not(.cost-ant-table-bordered) .cost-ant-table-tbody>tr.cost-ant-table-row:hover>td:last-child {
|
|
border-end-end-radius: 0 !important;
|
|
border-end-end-radius: 0 !important;
|
|
border-start-end-radius: 0 !important;
|
|
border-start-end-radius: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-pro .pfm-ant-pro-layout .pfm-ant-pro-layout-bg-list {
|
|
|
|
|
|
+.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-layout-bg-list {
|
|
background: #F7F9FC !important;
|
|
background: #F7F9FC !important;
|
|
}
|
|
}
|
|
|
|
|
|
-// .pfm-ant-message-notice .pfm-ant-message-success .anticon {
|
|
|
|
|
|
+// .cost-ant-message-notice .cost-ant-message-success .anticon {
|
|
// color: #52c41a !important;
|
|
// color: #52c41a !important;
|
|
// }
|
|
// }
|
|
.ant-message-success {
|
|
.ant-message-success {
|
|
@@ -525,22 +525,22 @@ textarea {
|
|
/**
|
|
/**
|
|
Select
|
|
Select
|
|
**/
|
|
**/
|
|
-.pfm-ant-select {
|
|
|
|
- .pfm-ant-select-selector {
|
|
|
|
|
|
+.cost-ant-select {
|
|
|
|
+ .cost-ant-select-selector {
|
|
height: 24px !important;
|
|
height: 24px !important;
|
|
padding: 0 8px !important;
|
|
padding: 0 8px !important;
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
|
|
|
- .pfm-ant-select-selection-item {
|
|
|
|
|
|
+ .cost-ant-select-selection-item {
|
|
line-height: 24px !important;
|
|
line-height: 24px !important;
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-select-selection-search-input {
|
|
|
|
|
|
+ .cost-ant-select-selection-search-input {
|
|
height: 24px !important;
|
|
height: 24px !important;
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-select-selection-placeholder {
|
|
|
|
|
|
+ .cost-ant-select-selection-placeholder {
|
|
line-height: 22px !important;
|
|
line-height: 22px !important;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-family: SourceHanSansCN-Normal, SourceHanSansCN;
|
|
font-family: SourceHanSansCN-Normal, SourceHanSansCN;
|
|
@@ -548,9 +548,9 @@ textarea {
|
|
color: #99A6BF;
|
|
color: #99A6BF;
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-select-selection-overflow {
|
|
|
|
- .pfm-ant-select-selection-overflow-item {
|
|
|
|
- .pfm-ant-select-selection-item {
|
|
|
|
|
|
+ .cost-ant-select-selection-overflow {
|
|
|
|
+ .cost-ant-select-selection-overflow-item {
|
|
|
|
+ .cost-ant-select-selection-item {
|
|
height: 22px !important;
|
|
height: 22px !important;
|
|
line-height: 22px !important;
|
|
line-height: 22px !important;
|
|
margin-top: 0 !important;
|
|
margin-top: 0 !important;
|
|
@@ -560,20 +560,20 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-select-arrow {
|
|
|
|
|
|
+ .cost-ant-select-arrow {
|
|
color: #CFD7E6;
|
|
color: #CFD7E6;
|
|
}
|
|
}
|
|
|
|
|
|
- &.pfm-ant-select-disabled {
|
|
|
|
- .pfm-ant-select-selector {
|
|
|
|
|
|
+ &.cost-ant-select-disabled {
|
|
|
|
+ .cost-ant-select-selector {
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
|
|
|
|
- .pfm-ant-select-selection-placeholder {
|
|
|
|
|
|
+ .cost-ant-select-selection-placeholder {
|
|
color: #7A8599;
|
|
color: #7A8599;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-select-arrow {
|
|
|
|
|
|
+ .cost-ant-select-arrow {
|
|
color: #7A8599;
|
|
color: #7A8599;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -583,12 +583,12 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-tabs {
|
|
|
|
- .pfm-ant-tabs-tab {
|
|
|
|
|
|
+.cost-ant-tabs {
|
|
|
|
+ .cost-ant-tabs-tab {
|
|
padding: 5px 0 !important;
|
|
padding: 5px 0 !important;
|
|
padding-top: 12px !important;
|
|
padding-top: 12px !important;
|
|
}
|
|
}
|
|
- .pfm-ant-tabs-nav {
|
|
|
|
|
|
+ .cost-ant-tabs-nav {
|
|
&::before {
|
|
&::before {
|
|
border-bottom: none !important;
|
|
border-bottom: none !important;
|
|
}
|
|
}
|
|
@@ -598,58 +598,58 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-table-wrapper {
|
|
|
|
|
|
+.cost-ant-table-wrapper {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-pro-layout .pfm-ant-pro-layout-container {
|
|
|
|
|
|
+.cost-ant-pro-layout .cost-ant-pro-layout-container {
|
|
flex: 1;
|
|
flex: 1;
|
|
background: #F7F9FC !important;
|
|
background: #F7F9FC !important;
|
|
}
|
|
}
|
|
|
|
|
|
//页面全局底色
|
|
//页面全局底色
|
|
-.pfm-ant-pro .pfm-ant-pro-layout .pfm-ant-pro-layout-bg-list {
|
|
|
|
|
|
+.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-layout-bg-list {
|
|
background: rgb(247 249 252 / 100%);
|
|
background: rgb(247 249 252 / 100%);
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-pro-page-container-children-content {
|
|
|
|
|
|
+.cost-ant-pro-page-container-children-content {
|
|
padding-inline: 0 !important;
|
|
padding-inline: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-pro-sider-actions {
|
|
|
|
|
|
+.cost-ant-pro-sider-actions {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-pro-sider-collapsed-button {
|
|
|
|
|
|
+.cost-ant-pro-sider-collapsed-button {
|
|
top: 95% !important;
|
|
top: 95% !important;
|
|
right: 17px !important;
|
|
right: 17px !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-menu .pfm-ant-menu-submenu-title .anticon {
|
|
|
|
|
|
+.cost-ant-menu .cost-ant-menu-submenu-title .anticon {
|
|
transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-menu .pfm-ant-menu-item .anticon+span {
|
|
|
|
|
|
+.cost-ant-menu .cost-ant-menu-item .anticon+span {
|
|
transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-menu .pfm-ant-menu-item .anticon {
|
|
|
|
|
|
+.cost-ant-menu .cost-ant-menu-item .anticon {
|
|
transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-menu .pfm-ant-menu-item {
|
|
|
|
|
|
+.cost-ant-menu .cost-ant-menu-item {
|
|
transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-menu .pfm-ant-menu-submenu-title .anticon+span {
|
|
|
|
|
|
+.cost-ant-menu .cost-ant-menu-submenu-title .anticon+span {
|
|
transition: none !important;
|
|
transition: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-tabs .pfm-ant-tabs-tab+.pfm-ant-tabs-tab {
|
|
|
|
|
|
+.cost-ant-tabs .cost-ant-tabs-tab+.cost-ant-tabs-tab {
|
|
margin: 0 0 0 24px !important;
|
|
margin: 0 0 0 24px !important;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -662,99 +662,99 @@ textarea {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-pro-form>div:not(.pfm-ant-pro-form-light-filter) .pro-field-lg {
|
|
|
|
|
|
+.cost-ant-pro-form>div:not(.cost-ant-pro-form-light-filter) .pro-field-lg {
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-select {
|
|
|
|
- .pfm-ant-select-selector {
|
|
|
|
|
|
+.cost-ant-select {
|
|
|
|
+ .cost-ant-select-selector {
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
// color: #99A6BF !important;
|
|
// color: #99A6BF !important;
|
|
|
|
|
|
- .pfm-ant-select-selection-placeholder {
|
|
|
|
|
|
+ .cost-ant-select-selection-placeholder {
|
|
color: #99A6BF !important;
|
|
color: #99A6BF !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-select-arrow {
|
|
|
|
|
|
+ .cost-ant-select-arrow {
|
|
color: #99A6BF !important;
|
|
color: #99A6BF !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-input-number-input {
|
|
|
|
|
|
+.cost-ant-input-number-input {
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
&::placeholder {
|
|
&::placeholder {
|
|
color: #99A6BF !important;
|
|
color: #99A6BF !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-select-disabled {
|
|
|
|
- .pfm-ant-select-selector {
|
|
|
|
|
|
+.cost-ant-select-disabled {
|
|
|
|
+ .cost-ant-select-selector {
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
|
|
|
|
- .pfm-ant-select-selection-placeholder {
|
|
|
|
|
|
+ .cost-ant-select-selection-placeholder {
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .pfm-ant-select-arrow {
|
|
|
|
|
|
+ .cost-ant-select-arrow {
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.pfm-ant-input-number {
|
|
|
|
|
|
+.cost-ant-input-number {
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
// color: #99A6BF !important;
|
|
// color: #99A6BF !important;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
- .pfm-ant-input-number-input {
|
|
|
|
|
|
+ .cost-ant-input-number-input {
|
|
height: 22px !important;
|
|
height: 22px !important;
|
|
line-height: 22px !important;
|
|
line-height: 22px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-input-number-disabled {
|
|
|
|
|
|
+.cost-ant-input-number-disabled {
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
|
|
|
|
- .pfm-ant-input-number-input {
|
|
|
|
|
|
+ .cost-ant-input-number-input {
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-input-affix-wrapper-disabled {
|
|
|
|
|
|
+.cost-ant-input-affix-wrapper-disabled {
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-picker {
|
|
|
|
|
|
+.cost-ant-picker {
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
height: 24px;
|
|
height: 24px;
|
|
- .pfm-ant-picker-input {
|
|
|
|
|
|
+ .cost-ant-picker-input {
|
|
&>input {
|
|
&>input {
|
|
&::placeholder {
|
|
&::placeholder {
|
|
color:#99A6BF !important;
|
|
color:#99A6BF !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .pfm-ant-picker-suffix {
|
|
|
|
|
|
+ .cost-ant-picker-suffix {
|
|
color:#99A6BF !important;
|
|
color:#99A6BF !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-picker-panel-container {
|
|
|
|
- .pfm-ant-picker-panel {
|
|
|
|
- .pfm-ant-picker-month-panel {
|
|
|
|
- .pfm-ant-picker-body {
|
|
|
|
- .pfm-ant-picker-content {
|
|
|
|
|
|
+.cost-ant-picker-panel-container {
|
|
|
|
+ .cost-ant-picker-panel {
|
|
|
|
+ .cost-ant-picker-month-panel {
|
|
|
|
+ .cost-ant-picker-body {
|
|
|
|
+ .cost-ant-picker-content {
|
|
tr {
|
|
tr {
|
|
td {
|
|
td {
|
|
- &.pfm-ant-picker-cell-selected {
|
|
|
|
- .pfm-ant-picker-cell-inner {
|
|
|
|
|
|
+ &.cost-ant-picker-cell-selected {
|
|
|
|
+ .cost-ant-picker-cell-inner {
|
|
background:#3377FF;
|
|
background:#3377FF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -766,11 +766,11 @@ textarea {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-picker-input>input[disabled] {
|
|
|
|
|
|
+.cost-ant-picker-input>input[disabled] {
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.pfm-ant-picker-disabled {
|
|
|
|
|
|
+.cost-ant-picker-disabled {
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
|
|
|