Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
8edb25a1
Commit
8edb25a1
authored
Jan 18, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 调整样式
parent
5da48911
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
index.tsx
...ges/afterService/components/ExchangeAddressInfo/index.tsx
+2
-1
index.ts
...terService/components/ExchangeAddressInfo/schema/index.ts
+2
-2
index.ts
...afterService/components/ReturnAddressInfo/schema/index.ts
+3
-2
No files found.
src/pages/afterService/components/ExchangeAddressInfo/index.tsx
View file @
8edb25a1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 09:54:04
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-1
3 17:49:15
* @LastEditTime: 2021-01-1
8 15:30:22
* @Description: 换货收货地址
*/
import
React
from
'react'
;
...
...
@@ -196,6 +196,7 @@ const ExchangeAddressInfo: React.FC<ExchangeAddressInfo> = ({
actions=
{
modalFormActions
}
schema=
{
schema
}
onSubmit=
{
handleSubmit
}
colon
/>
</
MellowCard
>
);
...
...
src/pages/afterService/components/ExchangeAddressInfo/schema/index.ts
View file @
8edb25a1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-09 15:56:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-12-25 10:30:08
* @LastEditTime: 202
1-01-18 15:34:24
* @Description:
*/
import
{
ISchema
}
from
'@formily/antd'
;
...
...
@@ -15,7 +15,7 @@ export const schema: ISchema = {
type
:
'object'
,
'x-component'
:
'mega-layout'
,
'x-component-props'
:
{
labelCol
:
8
,
labelCol
:
6
,
wrapperCol
:
16
,
labelAlign
:
'left'
,
},
...
...
src/pages/afterService/components/ReturnAddressInfo/schema/index.ts
View file @
8edb25a1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-09 15:56:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-
07 13:50:54
* @LastEditTime: 2021-01-
18 15:33:52
* @Description:
*/
import
{
ISchema
}
from
'@formily/antd'
;
...
...
@@ -15,7 +15,8 @@ export const schema: ISchema = {
type
:
'object'
,
'x-component'
:
'mega-layout'
,
'x-component-props'
:
{
wrapperCol
:
18
,
labelCol
:
6
,
wrapperCol
:
16
,
labelAlign
:
'left'
,
},
properties
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment