Ver código fonte

样式修改

marymelisa 4 anos atrás
pai
commit
f78a19fe9e

+ 2 - 2
src/views/information/account_info/compoments/detail-trader/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 交易账号详情-->
-  <a-modal class="add-custom custom-detail"
+  <a-modal class="add-custom detail-trader"
            title="交易账号详情"
            v-model:visible="visible"
            centered
@@ -125,7 +125,7 @@ export default defineComponent({
 </script>
 
 <style lang="less">
-.custom-detail {
+.detail-trader {
     .ant-form.inlineForm {
         margin-top: 20px;
     }