Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supplier
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
supplier
Commits
e75ec7a3
Commit
e75ec7a3
authored
Oct 22, 2020
by
宁斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
餐牌默認字體大小調整
parent
aa267293
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
base-module/src/main/java/com/gingersoft/gsa/cloud/bean/expandInfo/UIStyleExtendedConfiguration.java
+6
-6
No files found.
base-module/src/main/java/com/gingersoft/gsa/cloud/bean/expandInfo/UIStyleExtendedConfiguration.java
View file @
e75ec7a3
...
...
@@ -80,23 +80,23 @@ public class UIStyleExtendedConfiguration {
* 食品組、食品、細項、折扣字體大小
*/
private
ExpandInfoSetting
foodGroupFontSize
=
ExpandInfoSetting
.
builder
()
.
valueInt
(
40
)
.
valueInt
(
14
)
.
remark
(
"食品組字體大小"
)
.
build
();
private
ExpandInfoSetting
foodFontSize
=
ExpandInfoSetting
.
builder
()
.
valueInt
(
40
)
.
valueInt
(
14
)
.
remark
(
"食品字體大小"
)
.
build
();
private
ExpandInfoSetting
comboFontSize
=
ExpandInfoSetting
.
builder
()
.
valueInt
(
40
)
.
valueInt
(
12
)
.
remark
(
"套餐字體大小"
)
.
build
();
private
ExpandInfoSetting
modFontSize
=
ExpandInfoSetting
.
builder
()
.
valueInt
(
40
)
.
valueInt
(
12
)
.
remark
(
"細項字體大小"
)
.
build
();
private
ExpandInfoSetting
discountFontSize
=
ExpandInfoSetting
.
builder
()
.
valueInt
(
40
)
.
valueInt
(
14
)
.
remark
(
"折扣字體大小"
)
.
build
();
private
ExpandInfoSetting
soldoutFoodFlagFontSize
=
ExpandInfoSetting
.
builder
()
...
...
@@ -108,7 +108,7 @@ public class UIStyleExtendedConfiguration {
.
remark
(
"細項沽清標誌字體大小"
)
.
build
();
private
ExpandInfoSetting
soldoutCtrlFoodFontSize
=
ExpandInfoSetting
.
builder
()
.
valueInt
(
40
)
.
valueInt
(
14
)
.
remark
(
"估清控制item字體大小"
)
.
build
();
...
...
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