|
|
@@ -145,7 +145,7 @@
|
|
|
font-size: @fontSize;
|
|
|
.rounded-corners(@rounded);
|
|
|
}
|
|
|
-::v-deep.commonInput {
|
|
|
+.commonInput {
|
|
|
background: #15202B;
|
|
|
border: 1px solid @m-grey14;
|
|
|
border-radius: 3px;
|
|
|
@@ -153,6 +153,9 @@
|
|
|
.ant-input {
|
|
|
color: #E5E5E5;
|
|
|
background: transparent;
|
|
|
+ &::placeholder {
|
|
|
+ color: @m-grey10;
|
|
|
+ }
|
|
|
}
|
|
|
.ant-input-suffix {
|
|
|
color: #E5E5E5;
|
|
|
@@ -230,4 +233,142 @@
|
|
|
}
|
|
|
.ant-empty-img-simple-g {
|
|
|
stroke: @m-grey17;
|
|
|
+}
|
|
|
+
|
|
|
+.add-custom {
|
|
|
+ .ant-modal-content {
|
|
|
+ background: #0F1A25;
|
|
|
+ border-radius: 5px;
|
|
|
+ .ant-modal-close {
|
|
|
+ .ant-modal-close-x {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ .ant-modal-close-icon {
|
|
|
+ color: #1271BA;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-modal-header {
|
|
|
+ height: 40px;
|
|
|
+ background: linear-gradient(0deg, #112C43, #084258);
|
|
|
+ border-radius: 5px;
|
|
|
+ padding: 0;
|
|
|
+ text-align: center;
|
|
|
+ border-bottom: 0;
|
|
|
+ .ant-modal-title {
|
|
|
+ line-height: 40px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: @m-white0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-modal-body {
|
|
|
+
|
|
|
+ }
|
|
|
+ .ant-modal-footer {
|
|
|
+ border-top: 0;
|
|
|
+ text-align: center;
|
|
|
+ padding-bottom: 31px;
|
|
|
+ .ant-btn-primary {
|
|
|
+ width: 200px;
|
|
|
+ height: 34px;
|
|
|
+ line-height: 34px;
|
|
|
+ border: 0;
|
|
|
+ background: linear-gradient(0deg, @m-blue8 0%, @m-blue9 100%);
|
|
|
+ border-radius: 3px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: @m-white0;
|
|
|
+ &:hover {
|
|
|
+ background: linear-gradient(0deg, @m-blue8-hover 0%, @m-blue9-hover 100%);
|
|
|
+ color: @m-white0-hover;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.ant-form.inlineForm {
|
|
|
+ .ant-row.ant-form-item {
|
|
|
+ margin-bottom: 21px;
|
|
|
+ .ant-form-item-label {
|
|
|
+ width: 80px;
|
|
|
+ line-height: 30px;
|
|
|
+ text-align: left;
|
|
|
+ label {
|
|
|
+ color: @m-grey1;
|
|
|
+ &::after {
|
|
|
+ content: ''
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-form-item-control-wrapper {
|
|
|
+ .ant-form-item-control {
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .relative.ant-form-item {
|
|
|
+ position: relative;
|
|
|
+ .tip {
|
|
|
+ position: absolute;
|
|
|
+ font-size: 14px;
|
|
|
+ color: @m-grey1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tc.ant-form-item {
|
|
|
+ .ant-form-item-control-wrapper {
|
|
|
+ margin: 0 auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.ant-select-single {
|
|
|
+ .ant-select-selector {
|
|
|
+ height: 30px;
|
|
|
+ padding: 0 8px;
|
|
|
+ background: #15202B;
|
|
|
+ border: 1px solid #0C95FF;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #E5E5E5;
|
|
|
+ }
|
|
|
+ .ant-select-arrow {
|
|
|
+ right: 8px;
|
|
|
+ color: #3A87F7;
|
|
|
+ }
|
|
|
+}
|
|
|
+.inlineFormSelect.ant-select-single {
|
|
|
+ .rounded-corners(3px);
|
|
|
+ .ant-select-selector {
|
|
|
+ height: 30px;
|
|
|
+ padding: 0 8px;
|
|
|
+ background: #15202B;
|
|
|
+ border: 1px solid #0C95FF;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #E5E5E5;
|
|
|
+ .ant-select-selection-placeholder {
|
|
|
+ color: @m-grey10;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-select-arrow {
|
|
|
+ right: 8px;
|
|
|
+ color: #3A87F7;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+.typeSelect.ant-select-single:extend(.inlineFormSelect.ant-select-single) {
|
|
|
+ border: 1px solid #0C95FF;
|
|
|
+}
|
|
|
+
|
|
|
+.commonInput {
|
|
|
+ background: #15202B;
|
|
|
+ border: 1px solid @m-grey14;
|
|
|
+ border-radius: 3px;
|
|
|
+ color: #E5E5E5;
|
|
|
+ .ant-input {
|
|
|
+ color: #E5E5E5;
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+ .ant-input-suffix {
|
|
|
+ color: #E5E5E5;
|
|
|
+ }
|
|
|
}
|