|
@@ -45,7 +45,7 @@ class MedicalPage extends GetView<MedicalController> {
|
|
|
|
|
|
Widget _buildMedicalMenus() {
|
|
|
return Expanded(
|
|
|
- flex: 2,
|
|
|
+ flex: 3,
|
|
|
child: Obx(
|
|
|
() => Column(
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
@@ -93,7 +93,7 @@ class MedicalPage extends GetView<MedicalController> {
|
|
|
|
|
|
Widget _buildMedicalInput(String? currentTab) {
|
|
|
return Expanded(
|
|
|
- flex: currentTab == DeviceTypes.TWELVEHEART ? 16 : 10,
|
|
|
+ flex: currentTab == DeviceTypes.TWELVEHEART ? 18 : 11,
|
|
|
child: Stack(
|
|
|
children: [
|
|
|
Container(
|
|
@@ -135,7 +135,7 @@ class MedicalPage extends GetView<MedicalController> {
|
|
|
return const SizedBox();
|
|
|
}
|
|
|
return Expanded(
|
|
|
- flex: 6,
|
|
|
+ flex: 7,
|
|
|
child: Container(
|
|
|
alignment: Alignment.topCenter,
|
|
|
margin: const EdgeInsets.all(16).copyWith(top: 10),
|
|
@@ -262,7 +262,7 @@ class _SideBar extends StatelessWidget {
|
|
|
Widget build(BuildContext context) {
|
|
|
return Container(
|
|
|
alignment: Alignment.centerLeft,
|
|
|
- width: 140,
|
|
|
+ width: 156,
|
|
|
child: Container(
|
|
|
margin: const EdgeInsets.only(bottom: 2),
|
|
|
decoration: BoxDecoration(
|
|
@@ -275,7 +275,7 @@ class _SideBar extends StatelessWidget {
|
|
|
),
|
|
|
),
|
|
|
alignment: Alignment.center,
|
|
|
- width: isActive! ? 140 : 120,
|
|
|
+ width: 156,
|
|
|
height: 60,
|
|
|
child: Text(
|
|
|
title,
|