Commit 48d8e18e authored by danfuman's avatar danfuman

修改

parent 19ef4dfb
......@@ -283,6 +283,20 @@ export default {
}
::v-deep .table-item{
.el-table{
overflow:visible;
.el-table__body-wrapper{
overflow:visible;
}
.el-table__body{
tr:first-child{
position: sticky;
top:56px;
z-index: 9;
}
}
td.el-table__cell{
border-bottom: 0;
}
.el-table__body-wrapper{
tr{
&:first-child{
......
......@@ -53,7 +53,7 @@ export default {
},
{
prop: 'gdpGrowth',
label: 'GDP增速',
label: 'GDP增速(%)',
},
{
prop: 'gdpPerCapita',
......
......@@ -23,7 +23,7 @@
</div>
<div class="sels">
<img src="@/assets/images/project/ico_2.png">
<el-input v-model="queryParam.target" placeholder="拜访对象" style="width: 100px;">
<el-input v-model="queryParam.target" placeholder="拜访对象" maxlength="500" style="width: 100px;">
</el-input>
</div>
<div class="btn btn_primary h32 wc" @click="add" :class="{'btn_disabled':queryParam.task == ''}">完成</div>
......@@ -85,7 +85,7 @@
},
data(){
return{
isEdit:false,
isEdit:true,
value:'',
status:0,
queryParam:{
......
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