|
@@ -1533,6 +1533,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
classStr = `largeFontSize titleWidth`
|
|
|
}else if(pacs == 5){
|
|
|
classStr = `largeFontSize specialSize`
|
|
|
+ }else if(pacs == 6){
|
|
|
+ classStr = `simpleColor largeFontSize`
|
|
|
}else if(pacs == 7){
|
|
|
classStr = `largeFontSize fontWeight`
|
|
|
}else{
|
|
@@ -1547,6 +1549,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
if(flg == 2){
|
|
|
if(pacs == 7){
|
|
|
classStr = `simpleFontSize fontWeight`
|
|
|
+ }else if(pacs == 6){
|
|
|
+ classStr = `simpleFontSize simpleColor`
|
|
|
}else{
|
|
|
classStr = `simpleFontSize`
|
|
|
}
|