huangbin 4 gadi atpakaļ
vecāks
revīzija
df9c281033

+ 36 - 19
src/assets/styles/mixin.less

@@ -216,10 +216,12 @@
         border-color: @m-blue10;
     }
 }
+
 .dialogTableInput {
     border: 0;
     margin-top: 5px;
 }
+
 .tableConditionInput {
     width: 140px;
     height: 30px;
@@ -913,10 +915,12 @@
         color: @m-blue0  !important;
     }
 }
+
 .dialogTableSelect.ant-select-single {
     margin-top: 5px;
     border: 0;
 }
+
 .shortSelect.ant-select-single:extend(.inlineFormSelect.ant-select-single) {
     margin-right: 0;
 
@@ -2196,34 +2200,37 @@ input:-internal-autofill-selected {
         }
     }
 }
+
 .ant-checkbox-wrapper.commonCheckbox {
     .ant-checkbox {
-            margin-right: 2px;
-            .ant-checkbox-inner {
-                background: @m-grey21;
-                border: 1px solid @m-grey14;
-                border-radius: 3px;
-            }
-        }
+        margin-right: 2px;
 
-        .ant-checkbox.ant-checkbox-checked {
-            .ant-checkbox-inner {
-                &::after {
-                    border-color: @m-blue0;
-                }
-            }
+        .ant-checkbox-inner {
+            background: @m-grey21;
+            border: 1px solid @m-grey14;
+            border-radius: 3px;
+        }
+    }
 
+    .ant-checkbox.ant-checkbox-checked {
+        .ant-checkbox-inner {
             &::after {
                 border-color: @m-blue0;
             }
         }
 
-        span+span {
-            margin-right: 15px;
-            color: @m-white13;
-            font-size: 14px;
+        &::after {
+            border-color: @m-blue0;
         }
+    }
+
+    span+span {
+        margin-right: 15px;
+        color: @m-white13;
+        font-size: 14px;
+    }
 }
+
 .commonRadioGroup {
     .ant-radio-wrapper {
         color: @m-white0;
@@ -3497,7 +3504,7 @@ input:-internal-autofill-selected {
     height: calc(100% - 40px);
 
     .a-collapse-container {
-        height: calc(100% - 70px);
+        height: calc(100vh - 70px);
         overflow: auto;
     }
 }
@@ -3507,9 +3514,11 @@ input:-internal-autofill-selected {
     position: relative;
     float: left;
     width: 425px;
+
     .ant-form-item-children {
         width: 350px;
         display: block;
+
         .anticon {
             width: 15px;
             height: 32px;
@@ -3518,18 +3527,21 @@ input:-internal-autofill-selected {
             color: @m-blue15;
             cursor: pointer;
         }
+
         .anticon-minus {
             position: absolute;
             top: 0px;
             left: 9px;
             z-index: 1;
         }
+
         .anticon-plus {
             position: absolute;
             top: 0px;
             right: 98px;
             z-index: 1;
         }
+
         .anticon-calendar {
             font-size: 20px;
             position: absolute;
@@ -3537,12 +3549,14 @@ input:-internal-autofill-selected {
             right: 13px;
             color: @m-blue15;
         }
+
         .commonInput {
             input {
                 text-align: center;
                 color: @m-yellow6;
             }
         }
+
         .ant-checkbox-wrapper {
             margin-left: 10px;
             color: @m-white14;
@@ -3552,18 +3566,21 @@ input:-internal-autofill-selected {
             line-height: 32px;
             height: 30px;
         }
+
         .svg-icon {
             position: absolute;
             top: 6px;
             right: 98px;
-            color: @m-blue15 !important;
+            color: @m-blue15  !important;
             font-size: 20px;
         }
     }
+
     .input-enumdicname {
         right: 125px;
     }
 }
+
 .clickBox {
     display: inline-block;
     width: 260px;

+ 5 - 0
src/views/market/spot_trade/warehouse_receipt_trade/warehouse_receipt_trade_blocs/components/post-buying/setup.ts

@@ -54,3 +54,8 @@ export function hanldeOpenAndCloseComponent<T>() {
     }
     return { show, selected, close, open }
 }
+
+
+export function handlePermanceTemp() {
+
+}