Browse Source

样式修改

360view
bianyaqi 2 years ago
parent
commit
4d54f94015
  1. 4
      src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue

4
src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue

@ -50,8 +50,8 @@
/>
</el-select>
<el-button v-for="(item,index) in typeList" :key="index" :class="[curIndex === index ? 'active' : '']" style="margin-left: 0px" size="small" color="white" @click="handleType(item.value, index)">{{ item.label }}</el-button>
<div>
<span style="margin-left: 16px">项目名称</span>
<div style="margin-left: 16px; display: flex;align-items: center">
<span style="flex: 1">项目名称</span>
<el-select v-model="dataForm.projectCode" style="width:220px" placeholder="项目名称" size="small" @change="getDataListInitial">
<el-option
v-for="item in projectList"

Loading…
Cancel
Save