Browse Source

修改界面位置

“CSiCheng” 1 year ago
parent
commit
1799e83107
2 changed files with 17 additions and 1 deletions
  1. 16 0
      Assets/Scenes/Main.unity
  2. 1 1
      Assets/Scripts/Login.cs

+ 16 - 0
Assets/Scenes/Main.unity

@@ -6819,6 +6819,18 @@ PrefabInstance:
       propertyPath: m_AnchoredPosition.y
       value: -43.24
       objectReference: {fileID: 0}
+    - target: {fileID: 3070781098541185147, guid: 2980ccc56dc596f498fa8bbd3b808cd9, type: 3}
+      propertyPath: m_SizeDelta.y
+      value: 1769.21
+      objectReference: {fileID: 0}
+    - target: {fileID: 3070781098541185147, guid: 2980ccc56dc596f498fa8bbd3b808cd9, type: 3}
+      propertyPath: m_AnchoredPosition.x
+      value: -196
+      objectReference: {fileID: 0}
+    - target: {fileID: 3070781098541185147, guid: 2980ccc56dc596f498fa8bbd3b808cd9, type: 3}
+      propertyPath: m_AnchoredPosition.y
+      value: 0
+      objectReference: {fileID: 0}
     - target: {fileID: 3815411491395628664, guid: 2980ccc56dc596f498fa8bbd3b808cd9, type: 3}
       propertyPath: m_FontData.m_FontSize
       value: 129
@@ -6991,6 +7003,10 @@ PrefabInstance:
       propertyPath: m_IsActive
       value: 1
       objectReference: {fileID: 0}
+    - target: {fileID: 4400771669887348958, guid: 2980ccc56dc596f498fa8bbd3b808cd9, type: 3}
+      propertyPath: m_IsActive
+      value: 0
+      objectReference: {fileID: 0}
     - target: {fileID: 4400771669929847808, guid: 2980ccc56dc596f498fa8bbd3b808cd9, type: 3}
       propertyPath: m_LocalScale.x
       value: 0.9

+ 1 - 1
Assets/Scripts/Login.cs

@@ -34,7 +34,7 @@ public class Login : SingletonBaseMono<Login>
     // Update is called once per frame
     void Update()
     {
-        Debug.Log(phoneNumber);
+        //Debug.Log(phoneNumber);
     }
 
     /// <summary>

粤ICP备19079148号