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

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

parent 3de161fc
......@@ -83,9 +83,8 @@
:disabled="serviceAreaShow"
placeholder="请选择服务地点"
expand-trigger="hover"
class="inputWidth"
class="inputWidth serviceLocation"
clearable
@change="handleChangeCascader"
/>
</el-form-item>
......@@ -947,7 +946,6 @@ export default {
display: flex;
justify-content: left;
margin: 30px 0 50px 7.775rem
}
</style>
<style lang="scss">
......@@ -963,5 +961,7 @@ export default {
font-weight: bold;
}
}
.el-cascader .el-input .el-input__inner {
text-overflow: unset !important;
}
</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