浏览代码

自动生成的宽度自适应

柳香萍 6 年前
父节点
当前提交
6cf9a2b947
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/xt_pages/user/components/PatientForm.vue

+ 0 - 5
src/xt_pages/user/components/PatientForm.vue 查看文件

@@ -37,13 +37,8 @@
37 37
               </el-col> -->
38 38
               <el-col :span="8" :style="isEdit?'width:360px':''">
39 39
                 <el-form-item label="透析号 : " class="is-required">
40
-<<<<<<< .mine
41 40
                     <el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 2%;" ></el-input> 
42 41
                     <el-button style="width:36%;padding:10px 0;" disabled type="primary">自动生成</el-button>
43
-=======
44
-                    <el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 1%;" ></el-input>
45
-                    <el-button style="width:70px;padding:10px 0;" disabled type="primary">自动生成</el-button>
46
->>>>>>> .theirs
47 42
                 </el-form-item>
48 43
               </el-col>
49 44
             </template>