点击区域优化

This commit is contained in:
fuenmao 2025-01-07 11:36:57 +08:00
parent cf8f710a38
commit 87bea363b6
1 changed files with 58 additions and 54 deletions

View File

@ -86,7 +86,7 @@ class MeetingMainPageState extends State<MeetingMainPage> {
width: 92.w,
child: Row(
children: [
GestureDetector(
/*GestureDetector(
child: Image.asset(
'assets/images/meeting_main_narrow.png',
width: 20.w,
@ -94,7 +94,7 @@ class MeetingMainPageState extends State<MeetingMainPage> {
),
onTap: () {},
),
SizedBox(width: 16.w),
SizedBox(width: 16.w),*/
GestureDetector(
child: Image.asset(
state.communicationMode.value == 1
@ -134,6 +134,8 @@ class MeetingMainPageState extends State<MeetingMainPage> {
),
),
GestureDetector(
child: Container(
color: ColorUtil.Color_0_0_0_0,
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
@ -166,6 +168,7 @@ class MeetingMainPageState extends State<MeetingMainPage> {
)
],
),
),
onTap: () {
logic.changeMeetingInfoState(true);
},
@ -739,7 +742,10 @@ class MeetingMainPageState extends State<MeetingMainPage> {
fontWeight: FontWeight.w500,
color: ColorUtil.Color_134_134_134),
),
Row(
GestureDetector(
child: Container(
color: ColorUtil.Color_0_0_0_0,
child: Row(
children: [
Text(
state.roomNumber.value,
@ -748,15 +754,14 @@ class MeetingMainPageState extends State<MeetingMainPage> {
color: ColorUtil.Color_202_202_202,
fontWeight: FontWeight.w500),
),
SizedBox(width: 12.w),
GestureDetector(
child: Container(
child: Image.asset(
const SizedBox(width: 12),
Image.asset(
'assets/images/meeting_main_copy.png',
width: 18.w,
height: 18.h,
)
],
),
padding: const EdgeInsets.all(4),
),
onTap: (){
Clipboard.setData(ClipboardData(text: state.roomNumber.value));
@ -764,8 +769,6 @@ class MeetingMainPageState extends State<MeetingMainPage> {
},
)
],
)
],
),
),
Container(
@ -834,6 +837,7 @@ class MeetingMainPageState extends State<MeetingMainPage> {
SizedBox(height: 10.h),
GestureDetector(
child: Container(
color: ColorUtil.Color_0_0_0_0,
padding: const EdgeInsets.only(top: 10, bottom: 10),
child: Row(
mainAxisAlignment: MainAxisAlignment.center,