From 77041c81c325c0bc88c94dc28d732f656cc4c885 Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 17 十月 2023 18:28:29 +0800
Subject: [PATCH] 修复BUG

---
 WanPai/Root/Games/VC/GamesListVC.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WanPai/Root/Games/VC/GamesListVC.swift b/WanPai/Root/Games/VC/GamesListVC.swift
index 6c248a8..5c0f3a1 100644
--- a/WanPai/Root/Games/VC/GamesListVC.swift
+++ b/WanPai/Root/Games/VC/GamesListVC.swift
@@ -32,7 +32,7 @@
 		pageMenu.permutationWay = .scrollAdaptContent
 
 			// 字体
-		pageMenu.selectedItemTitleFont = UIFont.systemFont(ofSize: 18, weight: .medium)
+		pageMenu.selectedItemTitleFont = UIFont.systemFont(ofSize: 21, weight: .medium)
 		pageMenu.unSelectedItemTitleFont = UIFont.systemFont(ofSize: 18,weight: .medium)
 			// 颜色
 		pageMenu.selectedItemTitleColor = UIColor(hexStr: "#6CC366")

--
Gitblit v1.7.1