See999 пре 4 година
родитељ
комит
466a8f1c32
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue

+ 2 - 3
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Прегледај датотеку

777
       :modal-append-to-body="false"
777
       :modal-append-to-body="false"
778
       :append-to-body="true"
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
         <el-date-picker
782
         <el-date-picker
783
           type="datetime"
783
           type="datetime"
784
           format="yyyy-MM-dd HH:mm"
784
           format="yyyy-MM-dd HH:mm"
785
           value-format="yyyy-MM-dd HH:mm"
785
           value-format="yyyy-MM-dd HH:mm"
786
           placeholder="选择时间"
786
           placeholder="选择时间"
787
           v-model="start_time"
787
           v-model="start_time"
788
-          style="width:100%;"
789
         ></el-date-picker>
788
         ></el-date-picker>
790
 
789
 
791
         <!--<span style="display: inline-block;border: 1px solid #ccc;padding: 10px 20px;border-radius: 5px;" @click="changeStartTime">{{ advice_start_time }}</span>-->
790
         <!--<span style="display: inline-block;border: 1px solid #ccc;padding: 10px 20px;border-radius: 5px;" @click="changeStartTime">{{ advice_start_time }}</span>-->