From 677497cbfbf159417f2b1bb64aee0196c9fa6382 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期一, 09 九月 2024 18:37:07 +0800 Subject: [PATCH] fix --- XQMuse/Root/Home/View/HomeTopMenuView.xib | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/XQMuse/Root/Home/View/HomeTopMenuView.xib b/XQMuse/Root/Home/View/HomeTopMenuView.xib index 77ce5fe..bf18d30 100644 --- a/XQMuse/Root/Home/View/HomeTopMenuView.xib +++ b/XQMuse/Root/Home/View/HomeTopMenuView.xib @@ -31,10 +31,10 @@ </constraints> </view> <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="qBC-HM-Cn0"> - <rect key="frame" x="0.0" y="305.66666666666669" width="332" height="119"/> + <rect key="frame" x="0.0" y="305.66666666666669" width="332" height="157.33333333333331"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <constraints> - <constraint firstAttribute="height" constant="119" id="A1l-yg-7AW"/> + <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="119" id="A1l-yg-7AW"/> </constraints> <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="1n0-2c-Gsq"> <size key="itemSize" width="128" height="128"/> @@ -44,7 +44,7 @@ </collectionViewFlowLayout> </collectionView> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hye-ra-wFd"> - <rect key="frame" x="0.0" y="433.66666666666669" width="332" height="9"/> + <rect key="frame" x="0.0" y="472" width="332" height="9"/> <color key="backgroundColor" red="0.94117647058823528" green="0.94117647058823528" blue="0.94117647058823528" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstAttribute="height" constant="9" id="LoO-4l-CvD"/> @@ -66,7 +66,9 @@ </constraints> <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/> <connections> + <outlet property="image_top" destination="6fX-5q-86Z" id="YZ8-fz-Vpa"/> <outlet property="menu_collectionView" destination="qBC-HM-Cn0" id="uq1-Wy-qlH"/> + <outlet property="menu_height" destination="A1l-yg-7AW" id="AQM-ma-8Fv"/> </connections> <point key="canvasLocation" x="90.07633587786259" y="-110.21126760563381"/> </view> -- Gitblit v1.7.1