浏览代码

fix: Bug 374 房间用户列表页,列表序号显示不下(建议自适应)

陈文艺 2 天之前
父节点
当前提交
6f6239b752

+ 2 - 8
Lanu.xcodeproj/project.pbxproj

@@ -431,6 +431,8 @@
 		};
 		FBB67E232EC48B440070E686 /* ThirdParty */ = {
 			isa = PBXFileSystemSynchronizedRootGroup;
+			exceptions = (
+			);
 			path = ThirdParty;
 			sourceTree = "<group>";
 		};
@@ -583,14 +585,10 @@
 			inputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-resources-${CONFIGURATION}-input-files.xcfilelist",
 			);
-			inputPaths = (
-			);
 			name = "[CP] Copy Pods Resources";
 			outputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-resources-${CONFIGURATION}-output-files.xcfilelist",
 			);
-			outputPaths = (
-			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-resources.sh\"\n";
@@ -626,14 +624,10 @@
 			inputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-frameworks-${CONFIGURATION}-input-files.xcfilelist",
 			);
-			inputPaths = (
-			);
 			name = "[CP] Embed Pods Frameworks";
 			outputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-frameworks-${CONFIGURATION}-output-files.xcfilelist",
 			);
-			outputPaths = (
-			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-frameworks.sh\"\n";

+ 1 - 1
Lanu/Views/Room/Join/Apply/LNRoomApplySeatCell.swift

@@ -56,7 +56,7 @@ private extension LNRoomApplySeatCell {
         indexLabel.snp.makeConstraints { make in
             make.leading.equalToSuperview().offset(16)
             make.centerY.equalToSuperview()
-            make.width.equalTo(10)
+            make.width.equalTo(18)
         }
         
         avatarView.layer.cornerRadius = 16

+ 1 - 1
Lanu/Views/Room/Join/Invite/LNRoomInviteSeatCell.swift

@@ -81,7 +81,7 @@ private extension LNRoomInviteSeatCell {
         indexLabel.snp.makeConstraints { make in
             make.leading.equalToSuperview().offset(16)
             make.centerY.equalToSuperview()
-            make.width.equalTo(10)
+            make.width.equalTo(18)
         }
         
         avatarView.layer.cornerRadius = 16

+ 1 - 1
Lanu/Views/Room/Join/Manage/LNRoomManageSeatCell.swift

@@ -76,7 +76,7 @@ private extension LNRoomManageSeatCell {
         indexLabel.snp.makeConstraints { make in
             make.leading.equalToSuperview().offset(16)
             make.centerY.equalToSuperview()
-            make.width.equalTo(10)
+            make.width.equalTo(18)
         }
         
         avatarView.layer.cornerRadius = 16