Browse Source

0018618: 【一体机】随访记录中,随访时间和分享按键有部分重叠

finlay 11 tháng trước cách đây
mục cha
commit
31fc36e556

+ 2 - 2
lib/pages/check/children_follow_up_record/view.dart

@@ -347,12 +347,12 @@ class _followUpRecordCard extends StatelessWidget {
         ),
         Positioned(
           bottom: 16,
-          right: 180,
+          right: 160,
           child: _buildShareButton(),
         ),
         Positioned(
           bottom: 16,
-          right: 60,
+          right: 40,
           child: _buildCopyAddButton(dataDto),
         ),
         Positioned(

+ 2 - 2
lib/pages/check/follow_up_record/view.dart

@@ -308,12 +308,12 @@ class _followUpRecordCard extends StatelessWidget {
 
         Positioned(
           bottom: 16,
-          right: 180,
+          right: 160,
           child: _buildShareButton(),
         ),
         Positioned(
           bottom: 16,
-          right: 60,
+          right: 40,
           child: _buildCopyAddButton(dataDto),
         ),
         Positioned(

+ 2 - 2
lib/pages/check/maternal_health_management/view.dart

@@ -347,12 +347,12 @@ class MaternalHealthManagement
         ),
         Positioned(
           bottom: 16,
-          right: 180,
+          right: 160,
           child: _buildShareButton(dataDto),
         ),
         Positioned(
           bottom: 16,
-          right: 60,
+          right: 40,
           child: _buildCopyAddButton(dataDto),
         ),
         // if(dataDto)

+ 2 - 2
lib/pages/check/tuberculosis_management_record/view.dart

@@ -353,12 +353,12 @@ class _followUpRecordCard extends StatelessWidget {
         ].contains(dataDto.key))
           Positioned(
             bottom: 16,
-            right: 180,
+            right: 160,
             child: _buildShareButton(),
           ),
         Positioned(
           bottom: 16,
-          right: 60,
+          right: 40,
           child: _buildCopyAddButton(dataDto),
         ),
       ],