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
37d5b721
Commit
37d5b721
authored
Sep 28, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改行内字号大小
parent
79777e50
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
lingxi.theme.config.ts
config/lingxi.theme.config.ts
+0
-1
viewDirectChannel.tsx
src/pages/commodity/products/viewDirectChannel.tsx
+1
-1
importDetail.tsx
src/pages/member/memberImport/importDetail.tsx
+1
-1
index.tsx
...haseOrder/orderPreview/components/orderPayModal/index.tsx
+1
-1
No files found.
config/lingxi.theme.config.ts
View file @
37d5b721
...
...
@@ -33,7 +33,6 @@ export default {
// Layout
'@layout-header-height'
:
'48px'
,
// PageHeader
// '@page-header-padding': '8px 24px', // 这里替换会出现前边拼接了 '6px 8px 24px'这样,所以直接改成修改样式好了
}
src/pages/commodity/products/viewDirectChannel.tsx
View file @
37d5b721
...
...
@@ -147,7 +147,7 @@ const ViewDriectChannel: React.FC<{}> = () => {
<
Card
headStyle=
{
{
borderBottom
:
'none'
}
}
title=
"商品信息"
>
<
p
>
<
Avatar
size=
{
48
}
shape=
"square"
src=
{
channelDetails
?.
channelCommodity
?.
commodity
?.
mainPic
}
/>
<
span
style=
{
{
color
:
'rgba(23,43,77,1)'
,
fontSize
:
20
,
fontWeight
:
500
,
marginLeft
:
16
}
}
>
{
channelDetails
?.
name
}
</
span
>
<
span
style=
{
{
color
:
'rgba(23,43,77,1)'
,
fontSize
:
18
,
fontWeight
:
500
,
marginLeft
:
16
}
}
>
{
channelDetails
?.
name
}
</
span
>
<
span
style=
{
{
color
:
'#E63F3B'
,
padding
:
'2px 5px'
,
background
:
'rgba(255,235,230,1)'
,
borderRadius
:
'4px'
,
marginLeft
:
16
,
marginRight
:
16
}
}
>
{
channelDetails
?.
channelCommodity
?.
source
===
1
?
"上级渠道"
:
"渠道自有"
}
</
span
>
{
/* <a>去查看 ></a> */
}
<
a
...
...
src/pages/member/memberImport/importDetail.tsx
View file @
37d5b721
...
...
@@ -52,7 +52,7 @@ const ImportDetail: React.FC<{}> = () => {
name
:
memberInfo
?.
name
,
}
}
extra=
{
(
<
span
style=
{
{
fontSize
:
1
4
,
fontWeight
:
'normal'
}
}
>
{
memberInfo
?.
levelTag
}
</
span
>
<
span
style=
{
{
fontSize
:
1
2
,
fontWeight
:
'normal'
}
}
>
{
memberInfo
?.
levelTag
}
</
span
>
)
}
/>
}
...
...
src/pages/transaction/purchaseOrder/orderPreview/components/orderPayModal/index.tsx
View file @
37d5b721
...
...
@@ -140,7 +140,7 @@ const OrderPayModal: React.FC<OrderPayModalProps> = (props) => {
>
{
current
===
0
&&
transformPayList
&&
Object
.
entries
(
transformPayList
).
map
(([
key
,
value
])
=>
<
Row
key=
{
key
}
style=
{
{
marginBottom
:
24
}
}
>
<
Col
span=
{
6
}
style=
{
{
color
:
'#909399'
,
fontSize
:
1
4
}
}
>
{
payTextList
[
key
]
}
</
Col
>
<
Col
span=
{
6
}
style=
{
{
color
:
'#909399'
,
fontSize
:
1
2
}
}
>
{
payTextList
[
key
]
}
</
Col
>
<
Col
style=
{
{
flex
:
1
}
}
>
<
div
className=
{
style
.
radioBox
}
>
{
...
...
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