chengjie 2 lat temu
rodzic
commit
3e12e7ca5d
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      pages_test/test/item.js

+ 2 - 0
pages_test/test/item.js

@@ -313,6 +313,8 @@ Page({
313 313
             taskInfo.FontSize=108;
314 314
             if (taskInfo.Content[1].Content.length>=16)
315 315
               taskInfo.FontSize=48;
316
+            else if (taskInfo.Content[1].Content.length>=13)
317
+              taskInfo.FontSize=52;
316 318
             else if (taskInfo.Content[1].Content.length>=12)
317 319
               taskInfo.FontSize=64;
318 320
           }