소스 검색

锁定账户

huangbin 4 년 전
부모
커밋
f34e97d50a
1개의 변경된 파일15개의 추가작업 그리고 1개의 파일을 삭제
  1. 15 1
      src/views/information/account_info/compoments/detail-business/index.vue

+ 15 - 1
src/views/information/account_info/compoments/detail-business/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <!-- 账户明细-->
+  <!-- 账号详情-->
   <a-modal class="commonModal custom-detail"
            title="账户明细"
            v-model:visible="visible"
@@ -83,5 +83,19 @@ export default defineComponent({
     .ant-form.inlineForm {
         margin-top: 20px;
     }
+    .ant-descriptions.commom-des {
+        .ant-descriptions-item-label {
+            display: inline-block;
+            width: 130px;
+            line-height: 30px;
+            padding-left: 16px;
+            color: @m-grey1;
+            &::after {
+                content: '';
+            }
+        }
+        .ant-descriptions-item-content {
+        }
+    }
 }
 </style>;