Explorar el Código

修改界面样式

zsw007 hace 3 años
padre
commit
f45a69c8c4
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/components/callRecord/CallRecordManager.vue

+ 4 - 4
src/components/callRecord/CallRecordManager.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
-    <crumbs title="调用记录" style="min-width: 960px" class="knowledgeTitle">
-      <el-form :inline="true">
+    <crumbs title="调用记录" style="min-width: 980px;" class="knowledgeTitle">
+      <el-form :inline="true"  class="demo-form-inline">
         <el-form-item label="患者标识:" prop="patientId">
           <el-input
             size="mini"
@@ -221,7 +221,8 @@
         >
         <template slot-scope="scope">
             <span>
-              {{ scope.row.subHospitalCode === null? '-' : scope.row.patientId }}</span>
+              {{ scope.row.subHospitalCode === null? '-' : scope.row.patientId }}
+            </span>
           </template>
         </el-table-column>
       </el-table>
@@ -247,7 +248,6 @@
       <el-dialog
         title="响应日志信息"
         :visible.sync="respVisible"
-        
         >
         <div>{{result}}</div>
       </el-dialog>