提交 b76b44c5 编写于 作者: yi.li's avatar yi.li

选择居民样式优化

上级 32e71313
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
collapse-tags collapse-tags
filterable filterable
placeholder="请选择年龄段" placeholder="请选择年龄段"
class="init-width" class="init-width2"
clearable> clearable>
<el-option <el-option
v-for="(item,index) in ageOptions" v-for="(item,index) in ageOptions"
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
v-model="searchData.diseaseId" v-model="searchData.diseaseId"
multiple multiple
collapse-tags collapse-tags
filterable
placeholder="请选择诊断" placeholder="请选择诊断"
class="set-width" class="set-width"
clearable> clearable>
...@@ -566,6 +567,12 @@ ...@@ -566,6 +567,12 @@
width: 100px!important; width: 100px!important;
} }
} }
.init-width2{
width: 110px !important;
.el-input{
width: 110px!important;
}
}
.set-width{ .set-width{
width: 150px !important; width: 150px !important;
.el-input{ .el-input{
...@@ -621,7 +628,7 @@ ...@@ -621,7 +628,7 @@
} }
.el-select__tags-text{ .el-select__tags-text{
display: inline-block; display: inline-block;
max-width: 86px; max-width: 70px;
overflow: hidden; overflow: hidden;
text-overflow:ellipsis; text-overflow:ellipsis;
white-space: nowrap; white-space: nowrap;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册