Commit c44c8776 authored by XieZhiXiong's avatar XieZhiXiong

chore: 调整展示

parent d9173154
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 17:25:39
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-05-21 17:51:39
* @LastEditTime: 2021-06-18 17:47:44
* @Description: 会员公司资质
*/
import React from 'react';
......@@ -63,6 +63,9 @@ const MemberDocQualification: React.FC<IProps> = (props: IProps) => {
return (
<MellowCard
title="资质证明"
bodyStyle={{
paddingBottom: 0,
}}
{...rest}
>
{/* <ul className={styles.qualification}>
......@@ -81,7 +84,7 @@ const MemberDocQualification: React.FC<IProps> = (props: IProps) => {
</li>
</ul> */}
<NiceForm
previewPlaceholder="' '"
previewPlaceholder=" "
initialValues={{
qualities,
}}
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-07 15:11:27
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-07 15:18:25
* @LastEditTime: 2021-06-18 17:36:05
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -17,9 +17,6 @@ export const schema: ISchema = {
qualities: {
type: 'string',
'x-component': 'QualitiesUploadFormItem',
'x-component-props': {
colSpan: 24,
},
},
},
},
......
......@@ -116,7 +116,7 @@ const UploadQualificationsDrawer: React.FC<IProps> = (props: IProps) => {
}
>
<NiceForm
previewPlaceholder="' '"
previewPlaceholder=" "
components={{
DatePicker,
Checkbox,
......
......@@ -320,6 +320,7 @@ const MemberQueryApplyMember: React.FC = () => {
>
<MellowCard bodyStyle={{ padding: 0 }}>
<NiceForm
previewPlaceholder=" "
onSubmit={handleSubmit}
actions={formActions}
initialValues={{}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment