Leon 1 年之前
父節點
當前提交
cf6fb98b56
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      android_time/build.gradle
  2. 3 3
      src/app/time_of_day/index_time.scss

+ 1 - 1
android_time/build.gradle

@@ -5,7 +5,7 @@ buildscript {
         buildToolsVersion = "31.0.0"
         minSdkVersion = 21
         compileSdkVersion = 33
-        targetSdkVersion = 35
+        targetSdkVersion = 34
 //        compileSdkVersion = 33
 //        targetSdkVersion = 26
 

+ 3 - 3
src/app/time_of_day/index_time.scss

@@ -2,7 +2,7 @@
     flex: 1;
     background-color: #fff;
     align-items: center;
-    padding-top: 300px;
+    padding-top: 200px;
 }
 
 .btn_bg {
@@ -23,7 +23,7 @@
 
 .footer {
     position: absolute;
-    bottom: 116px;
+    bottom: 96px;
     display: flex;
     flex-direction: row;
     align-items: center;
@@ -87,7 +87,7 @@
     flex-direction: row;
     align-items: center;
     justify-content: center;
-    margin-top: 144px;
+    margin-top: 124px;
 }
 
 .location_icon {