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
黄庭坚
jinfa-platform
Commits
d923106a
Commit
d923106a
authored
Dec 31, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复 Select label内容过长导致变形的问题
parent
fa5f2b97
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
5 deletions
+11
-5
global.less
src/global/styles/global.less
+5
-0
reset.less
src/global/styles/reset.less
+0
-0
index.tsx
...ges/afterService/components/ManualDeliveryModal/index.tsx
+1
-1
index.ts
...terService/components/ManualDeliveryModal/schema/index.ts
+4
-3
verify.tsx
...rService/exchangeApplication/exchangePrDeliver/verify.tsx
+0
-0
index.tsx
...rService/exchangeApplication/exchangePrReceived/index.tsx
+1
-1
verify.tsx
...Service/exchangeApplication/exchangePrReceived/verify.tsx
+0
-0
No files found.
src/global/styles/global.less
View file @
d923106a
...
...
@@ -358,3 +358,7 @@ a {
}
}
}
.ant-form-horizontal .ant-form-item-control {
overflow: hidden;
}
\ No newline at end of file
src/global/styles/reset.less
View file @
d923106a
src/pages/afterService/components/ManualDeliveryModal/index.tsx
View file @
d923106a
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-09 10:48:12
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-
14 18:33:19
* @LastEditTime: 2020-12-
31 10:48:22
* @Description: 手动发货弹窗
*/
import
React
from
'react'
;
...
...
src/pages/afterService/components/ManualDeliveryModal/schema/index.ts
View file @
d923106a
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-09 10:50:43
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-
14 18:34:12
* @LastEditTime: 2020-12-
31 10:35:24
* @Description:
*/
import
{
ISchema
}
from
'@formily/antd'
;
...
...
@@ -14,13 +14,14 @@ export const schema: ISchema = {
type
:
'object'
,
'x-component'
:
'mega-layout'
,
'x-component-props'
:
{
labelAlign
:
'
top'
,
labelAlign
:
'
left'
,
},
properties
:
{
deliveryAddress
:
{
type
:
'string'
,
title
:
'发货地址'
,
enum
:
[],
required
:
true
,
'x-component-props'
:
{
placeholder
:
'请选择'
,
},
...
...
@@ -46,7 +47,7 @@ export const schema: ISchema = {
title
:
'发货单号'
,
required
:
true
,
'x-component-props'
:
{
placeholder
:
'请
选择'
,
placeholder
:
'请
输入'
,
},
},
logisticsOrderNoTxt
:
{
...
...
src/pages/afterService/exchangeApplication/exchangePrDeliver/verify.tsx
View file @
d923106a
src/pages/afterService/exchangeApplication/exchangePrReceived/index.tsx
View file @
d923106a
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 16:30:44
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-1
1-19 18:19:21
* @LastEditTime: 2020-1
2-31 10:33:18
* @Description: 待换货收货
*/
import
React
,
{
useState
,
useRef
}
from
'react'
;
...
...
src/pages/afterService/exchangeApplication/exchangePrReceived/verify.tsx
View file @
d923106a
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