Steven hace 7 meses
padre
commit
ef91e58fa4

+ 5 - 5
KulexiuForStudent/KulexiuForStudent/Common/Base/LoadingManager/KSCustomLoadingView.xib

@@ -90,7 +90,7 @@
                     </constraints>
                 </view>
                 <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dsg-Cn-rR1">
-                    <rect key="frame" x="0.0" y="361" width="393" height="130"/>
+                    <rect key="frame" x="0.0" y="360" width="393" height="132"/>
                     <subviews>
                         <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LOq-Y5-Uzk">
                             <rect key="frame" x="150.66666666666666" y="0.0" width="91.666666666666657" height="55"/>
@@ -111,12 +111,12 @@
                             <nil key="highlightedColor"/>
                         </label>
                         <button hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aNT-C7-r99">
-                            <rect key="frame" x="154.66666666666666" y="100" width="84" height="30"/>
+                            <rect key="frame" x="154.66666666666666" y="100" width="84" height="32"/>
                             <constraints>
-                                <constraint firstAttribute="height" constant="30" id="Dhc-da-3Oc"/>
+                                <constraint firstAttribute="height" constant="32" id="Dhc-da-3Oc"/>
                                 <constraint firstAttribute="width" constant="84" id="qlY-o7-Vdb"/>
                             </constraints>
-                            <fontDescription key="fontDescription" type="system" pointSize="13"/>
+                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                             <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                             <state key="normal" title="取消"/>
                             <userDefinedRuntimeAttributes>
@@ -127,7 +127,7 @@
                                     <real key="value" value="1"/>
                                 </userDefinedRuntimeAttribute>
                                 <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
-                                    <real key="value" value="15"/>
+                                    <real key="value" value="16"/>
                                 </userDefinedRuntimeAttribute>
                             </userDefinedRuntimeAttributes>
                             <connections>

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Common/MediaMerge/AudioMerge/KSMediaMergeView.m

@@ -1506,7 +1506,7 @@
 
 - (void)showSaveDraftTipsAlert {
     MJWeakSelf;
-    [self.alertView configWithDesc:@"已成功保存到草稿,草稿7天未发布将自动删除。" leftTitle:@"我知道了" rightTitle:@"查看草稿"];
+    [self.alertView configWithDesc:@"已成功保存到草稿,草稿7天未发布将自动删除。" leftTitle:@"我知道了" rightTitle:@"查看草稿"];
     [self.alertView actionCallbackCancel:^{
         
     } sure:^{