See999 4 years ago
parent
commit
466a8f1c32

+ 2 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -777,15 +777,14 @@
777 777
       :modal-append-to-body="false"
778 778
       :append-to-body="true"
779 779
     >
780
-      <div style="font-size:0.6rem;padding-left:0.38rem;margin-top:0.2rem;">
781
-        <span style="font-weight: bold;color: #409eff;">开始时间:</span>
780
+      <div style='display:flex;align-items:center;'>
781
+        <span style="font-weight: bold;color: #409eff;width:80px;">开始时间:</span>
782 782
         <el-date-picker
783 783
           type="datetime"
784 784
           format="yyyy-MM-dd HH:mm"
785 785
           value-format="yyyy-MM-dd HH:mm"
786 786
           placeholder="选择时间"
787 787
           v-model="start_time"
788
-          style="width:100%;"
789 788
         ></el-date-picker>
790 789
 
791 790
         <!--<span style="display: inline-block;border: 1px solid #ccc;padding: 10px 20px;border-radius: 5px;" @click="changeStartTime">{{ advice_start_time }}</span>-->