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/Course/VC/CourseVC.xib | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WanPai/Root/Course/VC/CourseVC.xib b/WanPai/Root/Course/VC/CourseVC.xib index b5b3a54..40f3a16 100644 --- a/WanPai/Root/Course/VC/CourseVC.xib +++ b/WanPai/Root/Course/VC/CourseVC.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina6_12" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/> + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/> <capability name="System colors in document resources" minToolsVersion="11.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> @@ -36,10 +36,10 @@ </constraints> </imageView> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="phT-6H-ZdB" customClass="QMUIButton"> - <rect key="frame" x="166" y="116" width="147" height="35"/> + <rect key="frame" x="166" y="103" width="226" height="61"/> <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/> <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> - <state key="normal" title="立即创建学员" image="btn_add_shadow"/> + <state key="normal" title="立即创建运动营成员" image="btn_add_shadow"/> <connections> <action selector="addStudentAction:" destination="-1" eventType="touchUpInside" id="QEp-me-456"/> </connections> @@ -104,7 +104,7 @@ <resources> <image name="bg_home_1" width="390" height="265"/> <image name="bg_home_2" width="390" height="678"/> - <image name="btn_add_shadow" width="36" height="35"/> + <image name="btn_add_shadow" width="60" height="61"/> <image name="icon_user_large" width="92" height="94"/> <systemColor name="systemBackgroundColor"> <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> -- Gitblit v1.7.1