Commit f1c3f2a0 authored by huangjie's avatar huangjie

*

parent 33bdb548
......@@ -597,17 +597,18 @@
float: left;
width: 16px;
}
.el-input{
.el-input,.el-textarea {
width: calc(100% - 26px);
display: inline-block;
}
.el-input__inner{
.el-input__inner,.el-textarea__inner{
line-height: 16px;
height: 16px;
border: 0;
padding: 0;
text-indent: 8px;
float: left;
padding: 0 0 0 8px;
//float: left;
color: #232323;
font-size: 14px;
}
}
.wr_bot{
......
......@@ -12,7 +12,7 @@
<div class="writting" v-if="isEdit == true" :class="{'w836':showtype!='gjjl'}">
<div class="wri_top">
<img src="@/assets/images/project/add_3.png">
<el-input v-model="addParam.content" placeholder="新建一条跟进记录,如:周五上午预约客户上门拜访"></el-input>
<el-input type="textarea" autosize resize="none" v-model="addParam.content" placeholder="新建一条跟进记录,如:周五上午预约客户上门拜访"></el-input>
</div>
<div class="wr_bot">
<div class="sels">
......
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