marymelisa 4 سال پیش
والد
کامیت
d54dacbbe7

+ 25 - 0
src/views/information/account_info/list/account_info_futures/index.vue

@@ -99,5 +99,30 @@ export default defineComponent({
 
 <style lang="less">
 .account_info_futures {
+  .tltLeft {
+        padding-left: 12px;
+    }
+    .btn-list {
+        .btnPrimary.ant-btn {
+            height: 26px;
+            line-height: 26px;
+        }
+    }
+    .ant-collapse.spotCollapse.ant-collapse-borderless {
+        padding-left: 43px;
+        padding-right: 43px;
+    }
+    .ant-row.headRow {
+        .ant-col:nth-child(2) {
+            text-align: right;
+            .operBtn.ant-btn {
+                float: right;
+                margin-top: -3px;
+                margin-bottom: 10px;
+                height: 26px;
+                line-height: 27px;
+            }
+        }
+    }
 }
 </style>

+ 25 - 0
src/views/information/account_info/list/account_info_manager/index.vue

@@ -99,5 +99,30 @@ export default defineComponent({
 
 <style lang="less">
 .account_info_manager {
+  .tltLeft {
+        padding-left: 12px;
+    }
+    .btn-list {
+        .btnPrimary.ant-btn {
+            height: 26px;
+            line-height: 26px;
+        }
+    }
+    .ant-collapse.spotCollapse.ant-collapse-borderless {
+        padding-left: 43px;
+        padding-right: 43px;
+    }
+    .ant-row.headRow {
+        .ant-col:nth-child(2) {
+            text-align: right;
+            .operBtn.ant-btn {
+                float: right;
+                margin-top: -3px;
+                margin-bottom: 10px;
+                height: 26px;
+                line-height: 27px;
+            }
+        }
+    }
 }
 </style>