Commit 4621bf70 authored by 盖献康's avatar 盖献康

bug(64120) - 新增编辑 去掉省略号

parent 3de161fc
...@@ -83,9 +83,8 @@ ...@@ -83,9 +83,8 @@
:disabled="serviceAreaShow" :disabled="serviceAreaShow"
placeholder="请选择服务地点" placeholder="请选择服务地点"
expand-trigger="hover" expand-trigger="hover"
class="inputWidth" class="inputWidth serviceLocation"
clearable clearable
@change="handleChangeCascader" @change="handleChangeCascader"
/> />
</el-form-item> </el-form-item>
...@@ -947,7 +946,6 @@ export default { ...@@ -947,7 +946,6 @@ export default {
display: flex; display: flex;
justify-content: left; justify-content: left;
margin: 30px 0 50px 7.775rem margin: 30px 0 50px 7.775rem
} }
</style> </style>
<style lang="scss"> <style lang="scss">
...@@ -963,5 +961,7 @@ export default { ...@@ -963,5 +961,7 @@ export default {
font-weight: bold; font-weight: bold;
} }
} }
.el-cascader .el-input .el-input__inner {
text-overflow: unset !important;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment