|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <!-- 账户明细-->
|
|
|
|
|
|
|
+ <!-- 账号详情-->
|
|
|
<a-modal class="commonModal custom-detail"
|
|
<a-modal class="commonModal custom-detail"
|
|
|
title="账户明细"
|
|
title="账户明细"
|
|
|
v-model:visible="visible"
|
|
v-model:visible="visible"
|
|
@@ -83,5 +83,19 @@ export default defineComponent({
|
|
|
.ant-form.inlineForm {
|
|
.ant-form.inlineForm {
|
|
|
margin-top: 20px;
|
|
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>;
|
|
</style>;
|