|
@@ -36,7 +36,7 @@ select:-webkit-autofill {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-space-item {
|
|
|
|
|
|
|
+.mrms-ant-space-item {
|
|
|
&>a {
|
|
&>a {
|
|
|
color: #3377FF !important;
|
|
color: #3377FF !important;
|
|
|
}
|
|
}
|
|
@@ -49,22 +49,22 @@ textarea {
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-btn-primary {
|
|
|
|
|
|
|
+.mrms-ant-btn-primary {
|
|
|
background: #3377FF;
|
|
background: #3377FF;
|
|
|
}
|
|
}
|
|
|
-.cost-ant-btn-primary[disabled]{
|
|
|
|
|
|
|
+.mrms-ant-btn-primary[disabled]{
|
|
|
background:#f5f5f5 ;
|
|
background:#f5f5f5 ;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-checkbox {
|
|
|
|
|
- &.cost-ant-checkbox-checked {
|
|
|
|
|
- .cost-ant-checkbox-inner {
|
|
|
|
|
|
|
+.mrms-ant-checkbox {
|
|
|
|
|
+ &.mrms-ant-checkbox-checked {
|
|
|
|
|
+ .mrms-ant-checkbox-inner {
|
|
|
background-color:#3377FF;
|
|
background-color:#3377FF;
|
|
|
background: #3377FF;
|
|
background: #3377FF;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- // &.cost-ant-checkbox-indeterminate {
|
|
|
|
|
- // &.cost-ant-checkbox-inner {
|
|
|
|
|
|
|
+ // &.mrms-ant-checkbox-indeterminate {
|
|
|
|
|
+ // &.mrms-ant-checkbox-inner {
|
|
|
// &::after {
|
|
// &::after {
|
|
|
// background-color:#3377FF !important;
|
|
// background-color:#3377FF !important;
|
|
|
// }
|
|
// }
|
|
@@ -72,15 +72,15 @@ textarea {
|
|
|
// }
|
|
// }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-checkbox-indeterminate .cost-ant-checkbox-inner::after {
|
|
|
|
|
|
|
+.mrms-ant-checkbox-indeterminate .mrms-ant-checkbox-inner::after {
|
|
|
background-color:#3377FF;
|
|
background-color:#3377FF;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-input-affix-wrapper {
|
|
|
|
|
|
|
+.mrms-ant-input-affix-wrapper {
|
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-input {
|
|
|
|
|
|
|
+.mrms-ant-input {
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
// border: 1px solid #CFD7E6 !important;
|
|
// border: 1px solid #CFD7E6 !important;
|
|
|
&::placeholder {
|
|
&::placeholder {
|
|
@@ -88,13 +88,13 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-table-cell {
|
|
|
|
|
|
|
+.mrms-ant-table-cell {
|
|
|
a {
|
|
a {
|
|
|
color: #3376FE !important;
|
|
color: #3376FE !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-input-number {
|
|
|
|
|
|
|
+.mrms-ant-input-number {
|
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -105,29 +105,29 @@ textarea {
|
|
|
|
|
|
|
|
//Modal
|
|
//Modal
|
|
|
|
|
|
|
|
-.cost-ant-modal {
|
|
|
|
|
- .cost-ant-modal-content {
|
|
|
|
|
|
|
+.mrms-ant-modal {
|
|
|
|
|
+ .mrms-ant-modal-content {
|
|
|
padding: 16px !important;
|
|
padding: 16px !important;
|
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
|
- .cost-ant-modal-header {
|
|
|
|
|
|
|
+ .mrms-ant-modal-header {
|
|
|
padding: 0 ;
|
|
padding: 0 ;
|
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
|
}
|
|
}
|
|
|
- .cost-ant-modal-body {
|
|
|
|
|
|
|
+ .mrms-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;
|
|
|
|
|
|
|
|
- .cost-ant-modal-confirm-body-wrapper {
|
|
|
|
|
- .cost-ant-modal-confirm-body {
|
|
|
|
|
- .cost-ant-modal-confirm-title {
|
|
|
|
|
|
|
+ .mrms-ant-modal-confirm-body-wrapper {
|
|
|
|
|
+ .mrms-ant-modal-confirm-body {
|
|
|
|
|
+ .mrms-ant-modal-confirm-title {
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
height:18px;
|
|
height:18px;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- .cost-ant-modal-confirm-content {
|
|
|
|
|
|
|
+ .mrms-ant-modal-confirm-content {
|
|
|
max-width: 100% !important;
|
|
max-width: 100% !important;
|
|
|
max-height: 498px;
|
|
max-height: 498px;
|
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
@@ -135,7 +135,7 @@ textarea {
|
|
|
margin-block-start:16px;
|
|
margin-block-start:16px;
|
|
|
|
|
|
|
|
.TableTransfer {
|
|
.TableTransfer {
|
|
|
- .cost-ant-transfer-operation {
|
|
|
|
|
|
|
+ .mrms-ant-transfer-operation {
|
|
|
// align-self: self-end;
|
|
// align-self: self-end;
|
|
|
// margin-bottom: 30px;
|
|
// margin-bottom: 30px;
|
|
|
|
|
|
|
@@ -149,11 +149,11 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-transfer-list {
|
|
|
|
|
|
|
+ .mrms-ant-transfer-list {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
border: 1px solid #DAE2F2;
|
|
border: 1px solid #DAE2F2;
|
|
|
|
|
|
|
|
- .cost-ant-transfer-list-header {
|
|
|
|
|
|
|
+ .mrms-ant-transfer-list-header {
|
|
|
height: 32px;
|
|
height: 32px;
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
border-bottom: 1px solid #DAE2F2;
|
|
border-bottom: 1px solid #DAE2F2;
|
|
@@ -162,24 +162,24 @@ textarea {
|
|
|
color: #99A6BF;
|
|
color: #99A6BF;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-transfer-list-header-selected {
|
|
|
|
|
|
|
+ .mrms-ant-transfer-list-header-selected {
|
|
|
color: #515866;
|
|
color: #515866;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-transfer-list-body {
|
|
|
|
|
- .cost-ant-transfer-list-body-search-wrapper {
|
|
|
|
|
|
|
+ .mrms-ant-transfer-list-body {
|
|
|
|
|
+ .mrms-ant-transfer-list-body-search-wrapper {
|
|
|
padding: 8px;
|
|
padding: 8px;
|
|
|
|
|
|
|
|
- .cost-ant-input-prefix {
|
|
|
|
|
|
|
+ .mrms-ant-input-prefix {
|
|
|
.anticon-search {
|
|
.anticon-search {
|
|
|
color: #99A6BF;
|
|
color: #99A6BF;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-transfer-list-body-customize-wrapper {
|
|
|
|
|
- .costTable {
|
|
|
|
|
|
|
+ .mrms-ant-transfer-list-body-customize-wrapper {
|
|
|
|
|
+ .mrmsTable {
|
|
|
border: none !important;
|
|
border: none !important;
|
|
|
border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
|
}
|
|
}
|
|
@@ -189,10 +189,10 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- .cost-ant-table {
|
|
|
|
|
- .cost-ant-table-container {
|
|
|
|
|
- .cost-ant-table-content {
|
|
|
|
|
- .cost-ant-table-thead {
|
|
|
|
|
|
|
+ .mrms-ant-table {
|
|
|
|
|
+ .mrms-ant-table-container {
|
|
|
|
|
+ .mrms-ant-table-content {
|
|
|
|
|
+ .mrms-ant-table-thead {
|
|
|
|
|
|
|
|
&>tr>th {
|
|
&>tr>th {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -207,7 +207,7 @@ textarea {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-table-tbody {
|
|
|
|
|
|
|
+ .mrms-ant-table-tbody {
|
|
|
&>tr>td {
|
|
&>tr>td {
|
|
|
padding-left: 8px !important;
|
|
padding-left: 8px !important;
|
|
|
padding-right: 8px !important;
|
|
padding-right: 8px !important;
|
|
@@ -220,7 +220,7 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-modal-confirm-btns {
|
|
|
|
|
|
|
+ .mrms-ant-modal-confirm-btns {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -235,23 +235,23 @@ textarea {
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
- &.cost-ant-btn-default {
|
|
|
|
|
|
|
+ &.mrms-ant-btn-default {
|
|
|
border: 1px solid #DAE2F2;
|
|
border: 1px solid #DAE2F2;
|
|
|
background-color: #FAFCFF;
|
|
background-color: #FAFCFF;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- &.cost-ant-btn-primary {
|
|
|
|
|
|
|
+ &.mrms-ant-btn-primary {
|
|
|
background-color: #3376FE;
|
|
background-color: #3376FE;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .cost-ant-modal-footer {
|
|
|
|
|
|
|
+ .mrms-ant-modal-footer {
|
|
|
border-top: none;
|
|
border-top: none;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
margin-top: 16px;
|
|
margin-top: 16px;
|
|
|
- .cost-ant-btn {
|
|
|
|
|
|
|
+ .mrms-ant-btn {
|
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
|
height: 24px !important;
|
|
height: 24px !important;
|
|
|
padding: 0 14px !important;
|
|
padding: 0 14px !important;
|
|
@@ -259,10 +259,10 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-modal-footer {
|
|
|
|
|
|
|
+ .mrms-ant-modal-footer {
|
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
- .cost-ant-space-item {
|
|
|
|
|
|
|
+ .mrms-ant-space-item {
|
|
|
&>button {
|
|
&>button {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -274,12 +274,12 @@ textarea {
|
|
|
|
|
|
|
|
&>span {}
|
|
&>span {}
|
|
|
|
|
|
|
|
- &.cost-ant-btn-default {
|
|
|
|
|
|
|
+ &.mrms-ant-btn-default {
|
|
|
border: 1px solid #DAE2F2;
|
|
border: 1px solid #DAE2F2;
|
|
|
background-color: #FAFCFF;
|
|
background-color: #FAFCFF;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- &.cost-ant-btn-primary {
|
|
|
|
|
|
|
+ &.mrms-ant-btn-primary {
|
|
|
background-color: #3376FE;
|
|
background-color: #3376FE;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -291,9 +291,9 @@ textarea {
|
|
|
|
|
|
|
|
//message
|
|
//message
|
|
|
|
|
|
|
|
-.cost-ant-message {
|
|
|
|
|
|
|
+.mrms-ant-message {
|
|
|
.ant-message-notice-success {
|
|
.ant-message-notice-success {
|
|
|
- .cost-ant-message-notice-content {
|
|
|
|
|
|
|
+ .mrms-ant-message-notice-content {
|
|
|
.anticon-check-circle {
|
|
.anticon-check-circle {
|
|
|
&>svg {
|
|
&>svg {
|
|
|
color: #52c41a;
|
|
color: #52c41a;
|
|
@@ -305,19 +305,19 @@ textarea {
|
|
|
|
|
|
|
|
//Form
|
|
//Form
|
|
|
|
|
|
|
|
-.cost-ant-form {
|
|
|
|
|
- &.cost-ant-form-vertical {
|
|
|
|
|
- .cost-ant-form-item {
|
|
|
|
|
|
|
+.mrms-ant-form {
|
|
|
|
|
+ &.mrms-ant-form-vertical {
|
|
|
|
|
+ .mrms-ant-form-item {
|
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
|
|
|
|
|
|
- .cost-ant-form-item-label {
|
|
|
|
|
|
|
+ .mrms-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;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-form-item-control-input {
|
|
|
|
|
|
|
+ .mrms-ant-form-item-control-input {
|
|
|
min-height: 24px;
|
|
min-height: 24px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -327,20 +327,20 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-// .cost-ant-form-item-label {
|
|
|
|
|
|
|
+// .mrms-ant-form-item-label {
|
|
|
// padding: 0;
|
|
// padding: 0;
|
|
|
// //height: 15px;
|
|
// //height: 15px;
|
|
|
// line-height: 15px;
|
|
// line-height: 15px;
|
|
|
// margin-bottom: 5px;
|
|
// margin-bottom: 5px;
|
|
|
|
|
|
|
|
-// .cost-ant-form-item-required {
|
|
|
|
|
|
|
+// .mrms-ant-form-item-required {
|
|
|
// &::before {
|
|
// &::before {
|
|
|
// margin-right: 0 !important;
|
|
// margin-right: 0 !important;
|
|
|
// }
|
|
// }
|
|
|
// }
|
|
// }
|
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
-.cost-ant-input-affix-wrapper {
|
|
|
|
|
|
|
+.mrms-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;
|
|
@@ -355,48 +355,48 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-input-disabled {
|
|
|
|
|
|
|
+.mrms-ant-input-disabled {
|
|
|
&::placeholder {
|
|
&::placeholder {
|
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-input-affix-wrapper-disabled {
|
|
|
|
|
|
|
+.mrms-ant-input-affix-wrapper-disabled {
|
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
// //proContsiner 标题样式覆盖
|
|
// //proContsiner 标题样式覆盖
|
|
|
-// .cost-ant-page-header .cost-ant-page-header-heading-title {
|
|
|
|
|
|
|
+// .mrms-ant-page-header .mrms-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;
|
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
-.cost-ant-page-header {
|
|
|
|
|
- .cost-ant-page-header-heading-title {
|
|
|
|
|
|
|
+.mrms-ant-page-header {
|
|
|
|
|
+ .mrms-ant-page-header-heading-title {
|
|
|
font-size: 16px !important;
|
|
font-size: 16px !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-page-header .cost-ant-page-header-heading-left {
|
|
|
|
|
|
|
+.mrms-ant-page-header .mrms-ant-page-header-heading-left {
|
|
|
margin-block: 0 !important;
|
|
margin-block: 0 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-sider-fixed {
|
|
|
|
|
|
|
+.mrms-ant-pro .mrms-ant-pro-layout .mrms-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区域的层级过高,影响父容器
|
|
|
-.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-sider-fixed {
|
|
|
|
|
|
|
+.mrms-ant-pro .mrms-ant-pro-layout .mrms-ant-pro-sider-fixed {
|
|
|
height: calc(100vh - 48px) !important;
|
|
height: calc(100vh - 48px) !important;
|
|
|
z-index: 0 !important;
|
|
z-index: 0 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-sider-menu {
|
|
|
|
|
|
|
+.mrms-ant-pro .mrms-ant-pro-layout .mrms-ant-pro-sider-menu {
|
|
|
height: calc(100vh - 200px) !important;
|
|
height: calc(100vh - 200px) !important;
|
|
|
overflow-y: scroll !important;
|
|
overflow-y: scroll !important;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
@@ -404,21 +404,21 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-menu .cost-ant-menu-root .cost-ant-menu-inline .cost-ant-menu-light .cost-ant-pro-sider-menu .cost-ant-pro-base-menu{
|
|
|
|
|
|
|
+.mrms-ant-menu .mrms-ant-menu-root .mrms-ant-menu-inline .mrms-ant-menu-light .mrms-ant-pro-sider-menu .mrms-ant-pro-base-menu{
|
|
|
height: calc(100vh - 90px) !important;
|
|
height: calc(100vh - 90px) !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-pro-base-menu .cost-ant-pro-base-menu-submenu-has-icon >.cost-ant-menu-sub {
|
|
|
|
|
|
|
+.mrms-ant-pro-base-menu .mrms-ant-pro-base-menu-submenu-has-icon >.mrms-ant-menu-sub {
|
|
|
padding-inline-start:0 !important;
|
|
padding-inline-start:0 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-menu-submenu {
|
|
|
|
|
- &.cost-ant-menu-submenu-selected {
|
|
|
|
|
|
|
+.mrms-ant-menu-submenu {
|
|
|
|
|
+ &.mrms-ant-menu-submenu-selected {
|
|
|
color: #3376FE !important;
|
|
color: #3376FE !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-.cost-ant-menu-item-selected {
|
|
|
|
|
|
|
+.mrms-ant-menu-item-selected {
|
|
|
color: #3376FE !important;
|
|
color: #3376FE !important;
|
|
|
background-color:#F2F6FF !important;
|
|
background-color:#F2F6FF !important;
|
|
|
// margin:8px !important;
|
|
// margin:8px !important;
|
|
@@ -426,31 +426,31 @@ textarea {
|
|
|
color: #3376FE !important;
|
|
color: #3376FE !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-.cost-ant-menu-light:not(.cost-ant-menu-horizontal) .cost-ant-menu-item:not(.cost-ant-menu-item-selected):hover {
|
|
|
|
|
|
|
+.mrms-ant-menu-light:not(.mrms-ant-menu-horizontal) .mrms-ant-menu-item:not(.mrms-ant-menu-item-selected):hover {
|
|
|
background-color: #f0f2f5 !important;
|
|
background-color: #f0f2f5 !important;
|
|
|
// margin:8px !important;
|
|
// margin:8px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-menu-light:not(.cost-ant-menu-horizontal) .cost-ant-menu-submenu-title:hover {
|
|
|
|
|
|
|
+.mrms-ant-menu-light:not(.mrms-ant-menu-horizontal) .mrms-ant-menu-submenu-title:hover {
|
|
|
background-color: #f0f2f5 !important;
|
|
background-color: #f0f2f5 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-tree.cost-ant-tree-directory .cost-ant-tree-treenode:hover::before {
|
|
|
|
|
|
|
+.mrms-ant-tree.mrms-ant-tree-directory .mrms-ant-tree-treenode:hover::before {
|
|
|
background: #f0f2f5 !important;
|
|
background: #f0f2f5 !important;
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-EditableProTable {
|
|
|
|
|
- .cost-ant-pro-card-body {
|
|
|
|
|
|
|
+.mrms-EditableProTable {
|
|
|
|
|
+ .mrms-ant-pro-card-body {
|
|
|
padding-inline: 0 !important;
|
|
padding-inline: 0 !important;
|
|
|
padding-block: 0 !important;
|
|
padding-block: 0 !important;
|
|
|
|
|
|
|
|
- .cost-ant-table {
|
|
|
|
|
|
|
+ .mrms-ant-table {
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
- .cost-ant-table-content {
|
|
|
|
|
- .cost-ant-table-thead {
|
|
|
|
|
|
|
+ .mrms-ant-table-content {
|
|
|
|
|
+ .mrms-ant-table-thead {
|
|
|
&>tr>th {
|
|
&>tr>th {
|
|
|
|
|
|
|
|
height: 15px;
|
|
height: 15px;
|
|
@@ -470,9 +470,9 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-table-tbody {
|
|
|
|
|
- .cost-ant-table-row {
|
|
|
|
|
- .cost-ant-table-cell {
|
|
|
|
|
|
|
+ .mrms-ant-table-tbody {
|
|
|
|
|
+ .mrms-ant-table-row {
|
|
|
|
|
+ .mrms-ant-table-cell {
|
|
|
|
|
|
|
|
height: 15px;
|
|
height: 15px;
|
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
@@ -498,16 +498,16 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.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 {
|
|
|
|
|
|
|
+.mrms-ant-table-wrapper {
|
|
|
|
|
+ .mrms-ant-table:not(.mrms-ant-table-bordered) .mrms-ant-table-tbody>tr.mrms-ant-table-row.mrms-ant-table-row-selected>td:first-child {
|
|
|
border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-table-content {
|
|
|
|
|
- .cost-ant-table-thead {
|
|
|
|
|
|
|
+ .mrms-ant-table-content {
|
|
|
|
|
+ .mrms-ant-table-thead {
|
|
|
tr {
|
|
tr {
|
|
|
&:last-child {
|
|
&:last-child {
|
|
|
- .cost-ant-table-cell {
|
|
|
|
|
|
|
+ .mrms-ant-table-cell {
|
|
|
// border-top: 1px solid #dae2f2;
|
|
// border-top: 1px solid #dae2f2;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -516,31 +516,31 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.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 {
|
|
|
|
|
|
|
+.mrms-ant-table-wrapper .mrms-ant-table:not(.mrms-ant-table-bordered) .mrms-ant-table-tbody>tr.mrms-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;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.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 {
|
|
|
|
|
|
|
+.mrms-ant-table-wrapper .mrms-ant-table:not(.mrms-ant-table-bordered) .mrms-ant-table-tbody>tr.mrms-ant-table-row:last-child:hover>td {
|
|
|
border-bottom-color: #dae2f2 !important;
|
|
border-bottom-color: #dae2f2 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-table-wrapper .cost-ant-table:not(.cost-ant-table-bordered) .cost-ant-table-tbody>tr.cost-ant-table-row:last-child>td {
|
|
|
|
|
|
|
+.mrms-ant-table-wrapper .mrms-ant-table:not(.mrms-ant-table-bordered) .mrms-ant-table-tbody>tr.mrms-ant-table-row:last-child>td {
|
|
|
border-bottom-color: #dae2f2 !important;
|
|
border-bottom-color: #dae2f2 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.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 {
|
|
|
|
|
|
|
+.mrms-ant-table-wrapper .mrms-ant-table:not(.mrms-ant-table-bordered) .mrms-ant-table-tbody>tr.mrms-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;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-layout-bg-list {
|
|
|
|
|
|
|
+.mrms-ant-pro .mrms-ant-pro-layout .mrms-ant-pro-layout-bg-list {
|
|
|
background: #F7F9FC !important;
|
|
background: #F7F9FC !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// .cost-ant-message-notice .cost-ant-message-success .anticon {
|
|
|
|
|
|
|
+// .mrms-ant-message-notice .mrms-ant-message-success .anticon {
|
|
|
// color: #52c41a !important;
|
|
// color: #52c41a !important;
|
|
|
// }
|
|
// }
|
|
|
.ant-message-success {
|
|
.ant-message-success {
|
|
@@ -553,22 +553,22 @@ textarea {
|
|
|
/**
|
|
/**
|
|
|
Select
|
|
Select
|
|
|
**/
|
|
**/
|
|
|
-.cost-ant-select {
|
|
|
|
|
- .cost-ant-select-selector {
|
|
|
|
|
|
|
+.mrms-ant-select {
|
|
|
|
|
+ .mrms-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;
|
|
|
|
|
|
|
|
- .cost-ant-select-selection-item {
|
|
|
|
|
|
|
+ .mrms-ant-select-selection-item {
|
|
|
line-height: 24px !important;
|
|
line-height: 24px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-select-selection-search-input {
|
|
|
|
|
|
|
+ .mrms-ant-select-selection-search-input {
|
|
|
height: 24px !important;
|
|
height: 24px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-select-selection-placeholder {
|
|
|
|
|
|
|
+ .mrms-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;
|
|
@@ -576,9 +576,9 @@ textarea {
|
|
|
color: #99A6BF;
|
|
color: #99A6BF;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-select-selection-overflow {
|
|
|
|
|
- .cost-ant-select-selection-overflow-item {
|
|
|
|
|
- .cost-ant-select-selection-item {
|
|
|
|
|
|
|
+ .mrms-ant-select-selection-overflow {
|
|
|
|
|
+ .mrms-ant-select-selection-overflow-item {
|
|
|
|
|
+ .mrms-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;
|
|
@@ -588,20 +588,20 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-select-arrow {
|
|
|
|
|
|
|
+ .mrms-ant-select-arrow {
|
|
|
color: #CFD7E6;
|
|
color: #CFD7E6;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- &.cost-ant-select-disabled {
|
|
|
|
|
- .cost-ant-select-selector {
|
|
|
|
|
|
|
+ &.mrms-ant-select-disabled {
|
|
|
|
|
+ .mrms-ant-select-selector {
|
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
|
|
|
|
|
|
- .cost-ant-select-selection-placeholder {
|
|
|
|
|
|
|
+ .mrms-ant-select-selection-placeholder {
|
|
|
color: #7A8599;
|
|
color: #7A8599;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-select-arrow {
|
|
|
|
|
|
|
+ .mrms-ant-select-arrow {
|
|
|
color: #7A8599;
|
|
color: #7A8599;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -611,12 +611,12 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-tabs {
|
|
|
|
|
- .cost-ant-tabs-tab {
|
|
|
|
|
|
|
+.mrms-ant-tabs {
|
|
|
|
|
+ .mrms-ant-tabs-tab {
|
|
|
padding: 5px 0 !important;
|
|
padding: 5px 0 !important;
|
|
|
padding-top: 12px !important;
|
|
padding-top: 12px !important;
|
|
|
}
|
|
}
|
|
|
- .cost-ant-tabs-nav {
|
|
|
|
|
|
|
+ .mrms-ant-tabs-nav {
|
|
|
&::before {
|
|
&::before {
|
|
|
border-bottom: none !important;
|
|
border-bottom: none !important;
|
|
|
}
|
|
}
|
|
@@ -626,59 +626,59 @@ textarea {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-table-wrapper {
|
|
|
|
|
|
|
+.mrms-ant-table-wrapper {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-pro-layout .cost-ant-pro-layout-container {
|
|
|
|
|
|
|
+.mrms-ant-pro-layout .mrms-ant-pro-layout-container {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
|
background: #F7F9FC !important;
|
|
background: #F7F9FC !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//页面全局底色
|
|
//页面全局底色
|
|
|
-.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-layout-bg-list {
|
|
|
|
|
|
|
+.mrms-ant-pro .mrms-ant-pro-layout .mrms-ant-pro-layout-bg-list {
|
|
|
background: rgb(247 249 252 / 100%);
|
|
background: rgb(247 249 252 / 100%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-pro-page-container-children-content {
|
|
|
|
|
|
|
+.mrms-ant-pro-page-container-children-content {
|
|
|
padding-inline: 0 !important;
|
|
padding-inline: 0 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-pro-sider-actions {
|
|
|
|
|
|
|
+.mrms-ant-pro-sider-actions {
|
|
|
display: none !important;
|
|
display: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-pro-sider-collapsed-button {
|
|
|
|
|
|
|
+.mrms-ant-pro-sider-collapsed-button {
|
|
|
top: 95% !important;
|
|
top: 95% !important;
|
|
|
right: 17px !important;
|
|
right: 17px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-menu .cost-ant-menu-submenu-title .anticon {
|
|
|
|
|
|
|
+.mrms-ant-menu .mrms-ant-menu-submenu-title .anticon {
|
|
|
transition: none !important;
|
|
transition: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-menu .cost-ant-menu-item .anticon+span {
|
|
|
|
|
|
|
+.mrms-ant-menu .mrms-ant-menu-item .anticon+span {
|
|
|
transition: none !important;
|
|
transition: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-menu .cost-ant-menu-item .anticon {
|
|
|
|
|
|
|
+.mrms-ant-menu .mrms-ant-menu-item .anticon {
|
|
|
transition: none !important;
|
|
transition: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-menu .cost-ant-menu-item {
|
|
|
|
|
|
|
+.mrms-ant-menu .mrms-ant-menu-item {
|
|
|
transition: none !important;
|
|
transition: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-menu .cost-ant-menu-submenu-title .anticon+span {
|
|
|
|
|
|
|
+.mrms-ant-menu .mrms-ant-menu-submenu-title .anticon+span {
|
|
|
transition: none !important;
|
|
transition: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-tabs .cost-ant-tabs-tab+.cost-ant-tabs-tab {
|
|
|
|
|
|
|
+.mrms-ant-tabs .mrms-ant-tabs-tab+.mrms-ant-tabs-tab {
|
|
|
margin: 0 0 0 24px !important;
|
|
margin: 0 0 0 24px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -690,13 +690,13 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-layout-sider {
|
|
|
|
|
|
|
+.mrms-ant-layout-sider {
|
|
|
max-width: 100% !important;
|
|
max-width: 100% !important;
|
|
|
min-width: unset !important;
|
|
min-width: unset !important;
|
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-pro .cost-ant-pro-layout .cost-ant-pro-sider .cost-ant-layout-sider-children {
|
|
|
|
|
|
|
+.mrms-ant-pro .mrms-ant-pro-layout .mrms-ant-pro-sider .mrms-ant-layout-sider-children {
|
|
|
padding-inline: 0 !important;
|
|
padding-inline: 0 !important;
|
|
|
&>div {
|
|
&>div {
|
|
|
&>ul {
|
|
&>ul {
|
|
@@ -706,99 +706,99 @@ textarea {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-pro-form>div:not(.cost-ant-pro-form-light-filter) .pro-field-lg {
|
|
|
|
|
|
|
+.mrms-ant-pro-form>div:not(.mrms-ant-pro-form-light-filter) .pro-field-lg {
|
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-select {
|
|
|
|
|
- .cost-ant-select-selector {
|
|
|
|
|
|
|
+.mrms-ant-select {
|
|
|
|
|
+ .mrms-ant-select-selector {
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
// color: #99A6BF !important;
|
|
// color: #99A6BF !important;
|
|
|
|
|
|
|
|
- .cost-ant-select-selection-placeholder {
|
|
|
|
|
|
|
+ .mrms-ant-select-selection-placeholder {
|
|
|
color: #99A6BF !important;
|
|
color: #99A6BF !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-select-arrow {
|
|
|
|
|
|
|
+ .mrms-ant-select-arrow {
|
|
|
color: #99A6BF !important;
|
|
color: #99A6BF !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-input-number-input {
|
|
|
|
|
|
|
+.mrms-ant-input-number-input {
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
&::placeholder {
|
|
&::placeholder {
|
|
|
color: #99A6BF !important;
|
|
color: #99A6BF !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-select-disabled {
|
|
|
|
|
- .cost-ant-select-selector {
|
|
|
|
|
|
|
+.mrms-ant-select-disabled {
|
|
|
|
|
+ .mrms-ant-select-selector {
|
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
|
|
|
|
|
|
- .cost-ant-select-selection-placeholder {
|
|
|
|
|
|
|
+ .mrms-ant-select-selection-placeholder {
|
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .cost-ant-select-arrow {
|
|
|
|
|
|
|
+ .mrms-ant-select-arrow {
|
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-.cost-ant-input-number {
|
|
|
|
|
|
|
+.mrms-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;
|
|
|
- .cost-ant-input-number-input {
|
|
|
|
|
|
|
+ .mrms-ant-input-number-input {
|
|
|
height: 22px !important;
|
|
height: 22px !important;
|
|
|
line-height: 22px !important;
|
|
line-height: 22px !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-input-number-disabled {
|
|
|
|
|
|
|
+.mrms-ant-input-number-disabled {
|
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
|
|
|
|
|
|
- .cost-ant-input-number-input {
|
|
|
|
|
|
|
+ .mrms-ant-input-number-input {
|
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-input-affix-wrapper-disabled {
|
|
|
|
|
|
|
+.mrms-ant-input-affix-wrapper-disabled {
|
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-picker {
|
|
|
|
|
|
|
+.mrms-ant-picker {
|
|
|
border-radius: 4px !important;
|
|
border-radius: 4px !important;
|
|
|
border: 1px solid #CFD7E6 !important;
|
|
border: 1px solid #CFD7E6 !important;
|
|
|
height: 24px;
|
|
height: 24px;
|
|
|
- .cost-ant-picker-input {
|
|
|
|
|
|
|
+ .mrms-ant-picker-input {
|
|
|
&>input {
|
|
&>input {
|
|
|
&::placeholder {
|
|
&::placeholder {
|
|
|
color:#99A6BF !important;
|
|
color:#99A6BF !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- .cost-ant-picker-suffix {
|
|
|
|
|
|
|
+ .mrms-ant-picker-suffix {
|
|
|
color:#99A6BF !important;
|
|
color:#99A6BF !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-picker-panel-container {
|
|
|
|
|
- .cost-ant-picker-panel {
|
|
|
|
|
- .cost-ant-picker-month-panel {
|
|
|
|
|
- .cost-ant-picker-body {
|
|
|
|
|
- .cost-ant-picker-content {
|
|
|
|
|
|
|
+.mrms-ant-picker-panel-container {
|
|
|
|
|
+ .mrms-ant-picker-panel {
|
|
|
|
|
+ .mrms-ant-picker-month-panel {
|
|
|
|
|
+ .mrms-ant-picker-body {
|
|
|
|
|
+ .mrms-ant-picker-content {
|
|
|
tr {
|
|
tr {
|
|
|
td {
|
|
td {
|
|
|
- &.cost-ant-picker-cell-selected {
|
|
|
|
|
- .cost-ant-picker-cell-inner {
|
|
|
|
|
|
|
+ &.mrms-ant-picker-cell-selected {
|
|
|
|
|
+ .mrms-ant-picker-cell-inner {
|
|
|
background:#3377FF;
|
|
background:#3377FF;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -810,11 +810,11 @@ textarea {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-picker-input>input[disabled] {
|
|
|
|
|
|
|
+.mrms-ant-picker-input>input[disabled] {
|
|
|
color: #7A8599 !important;
|
|
color: #7A8599 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.cost-ant-picker-disabled {
|
|
|
|
|
|
|
+.mrms-ant-picker-disabled {
|
|
|
background: #F0F2F5 !important;
|
|
background: #F0F2F5 !important;
|
|
|
border: 1px solid #DADEE6 !important;
|
|
border: 1px solid #DADEE6 !important;
|
|
|
|
|
|