Kaynağa Gözat

style update

marymelisa 4 yıl önce
ebeveyn
işleme
180ed07842

+ 7 - 0
src/common/components/drawer/index.vue

@@ -90,6 +90,13 @@ export default defineComponent({
     z-index: 10;
     .ant-drawer-content-wrapper {
         width: 486px !important;
+        .ant-drawer-body {
+            .collapseCont {
+                .highContent {
+                    max-width: 486px;
+                }
+            }
+        }
     }
 }
 .delistingBottom {

+ 2 - 2
src/views/order/commodity_contract/components/commodity_contract_summary/components/commodity_contract_summary_settlement/index.vue

@@ -240,7 +240,7 @@ export default defineComponent({
         height: calc(100% - 172px);
         background: @m-black41;
         .formtop {
-            width: calc(100% - 20px);
+            width: 100%;
             padding: 0 20px;
             .flex;
             flex-direction: column;
@@ -368,7 +368,7 @@ export default defineComponent({
         right: 0;
     }
     .formbottom {
-        width: calc(100% - 38px);
+        width: 100%;
         .flex;
         flex-direction: column;
         background: @m-black40;