浏览代码

When updating plan, don't have it go over top of subjective on UI

Vijayakrishnan 3 年之前
父节点
当前提交
f9e0bc1465

+ 3 - 0
public/css/style.css

@@ -2101,6 +2101,9 @@ body.in-iframe .main-row > .sidebar {
     right: 0;
     min-width: 200px;
 }
+[visit-moe] [url][left] {
+    left: 0;
+}
 [visit-moe][large] form, [visit-moe][large] [url] {
     width: 450px;
 }

+ 3 - 0
public/css/yemi.css

@@ -25,6 +25,9 @@
     right: 0;
     min-width: 200px;
 }
+[moe] [url][left] {
+    left: 0;
+}
 #moe-form-mask {
     cursor: pointer;
 }

+ 1 - 1
resources/views/app/patient/allergies-center.blade.php

@@ -147,7 +147,7 @@ $numActiveItems = Point::getNumPointsOfCategory($patient, 'ALLERGY');
                     </div>
                 </td>
                 <td>
-                    <div class="d-flex align-items-start">
+                    <div class="d-flex align-items-start position-relative">
                         <div class="flex-grow-1">
                             <?php
                             include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');

+ 1 - 1
resources/views/app/patient/careteam-center.blade.php

@@ -178,7 +178,7 @@ list($careTeamMembers, $counts) = Point::getPointsOfCategoryExtended($patient, '
                     </div>
                 </td>
                 <td>
-                    <div class="d-flex align-items-start">
+                    <div class="d-flex align-items-start position-relative">
                         <div class="flex-grow-1">
                             <?php
                             include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');

+ 1 - 1
resources/views/app/patient/goals-center.blade.php

@@ -124,7 +124,7 @@ list($goals, $counts) = Point::getPointsOfCategoryExtended($patient, 'GOAL', $no
                     </div>
                 </td>
                 <td>
-                    <div class="d-flex align-items-start">
+                    <div class="d-flex align-items-start position-relative">
                         <div class="flex-grow-1">
                             <?php
                             include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');

+ 1 - 1
resources/views/app/patient/medications-center.blade.php

@@ -145,7 +145,7 @@ $numActiveItems = Point::getNumPointsOfCategory($patient, 'MEDICATION');
                         </div>
                     </td>
                     <td>
-                        <div class="d-flex align-items-start">
+                        <div class="d-flex align-items-start position-relative">
                             <div class="flex-grow-1">
                                 <?php
                                 include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');

+ 1 - 1
resources/views/app/patient/problems-center.blade.php

@@ -162,7 +162,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
                     </div>
                 </td>
                 <td>
-                    <div class="d-flex align-items-start">
+                    <div class="d-flex align-items-start position-relative">
                         <div class="flex-grow-1">
                             <?php
                             include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/edit-plan.php

@@ -26,9 +26,9 @@ else {
     }
 }
 ?>
-<div visit-moe large relative class="d-inline">
+<div visit-moe large class="d-inline">
     <a start show href="#"><i class="fa fa-plus-square"></i></a>
-    <form url="/api/visitPoint/upsertChildPlan" class="mcp-theme-1" right>
+    <form url="/api/visitPoint/upsertChildPlan" class="mcp-theme-1" left>
         <input type="hidden" name="uid" value="<?= $point->uid ?>">
         <input type="hidden" name="segmentUid" value="<?= $segment->uid ?>">
         <input type="hidden" name="data">

+ 1 - 1
resources/views/app/patient/supplements-center.blade.php

@@ -126,7 +126,7 @@ list($supplements, $counts) = Point::getPointsOfCategoryExtended($patient, 'SUPP
                         </div>
                     </td>
                     <td>
-                        <div class="d-flex align-items-start">
+                        <div class="d-flex align-items-start position-relative">
                             <div class="flex-grow-1">
                                 <?php
                                 include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');