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

选择居民样式优化

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