Commit 7047a3b4 authored by danfuman's avatar danfuman

修改

parent dee72172
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="writting" v-if="isEdit == true"> <div class="writting" v-if="isEdit == true">
<div class="wri_top"> <div class="wri_top">
<img src="@/assets/images/project/add_3.png"> <img src="@/assets/images/project/add_3.png">
<el-input v-model="queryParam.task" placeholder="新建一条跟进记录,如:周五上午预约客户上门拜访"></el-input> <el-input v-model="queryParam.task" maxlength="500" placeholder="新建一条跟进记录,如:周五上午预约客户上门拜访"></el-input>
</div> </div>
<div class="wr_bot"> <div class="wr_bot">
<div class="times"><img src="@/assets/images/project/ico_4.png"> <div class="times"><img src="@/assets/images/project/ico_4.png">
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
<div class="sels"> <div class="sels">
<img src="@/assets/images/project/ico_2.png"> <img src="@/assets/images/project/ico_2.png">
<el-input v-model="queryParam.target" placeholder="拜访对象" maxlength="500" style="width: 100px;"> <el-input v-model="queryParam.target" placeholder="拜访对象" style="width: 100px;">
</el-input> </el-input>
</div> </div>
<div class="wc"> <div class="wc">
...@@ -212,6 +212,10 @@ ...@@ -212,6 +212,10 @@
color: #FF3C3C; color: #FF3C3C;
} }
} }
.task_name{
word-wrap: break-word;
width: 87%;
}
} }
} }
.tabList{ .tabList{
......
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