Commit e0d65bc3 by WF1020

inflid修改

parent 9aaa0fe8
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
this.currentHandleRow = row this.currentHandleRow = row
const params = { const params = {
//根据xx字段 查询处理的数据 //根据xx字段 查询处理的数据
ownref: row.ownref, seaownref: row.seaownref,
}; };
const res = await Api.post('/service/inflid/dealWithByOwnref', params); const res = await Api.post('/service/inflid/dealWithByOwnref', params);
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
......
...@@ -389,7 +389,7 @@ export default { ...@@ -389,7 +389,7 @@ export default {
created: function () { }, created: function () { },
}; };
</script> </script>
<style> <style scope>
.m-table-search { .m-table-search {
padding: padding:
20px 0px 10px 0px; 20px 0px 10px 0px;
...@@ -404,4 +404,25 @@ export default { ...@@ -404,4 +404,25 @@ export default {
background: #fff; background: #fff;
margin-top: 5px; margin-top: 5px;
} }
.el-dialog__body {
padding: 10px 5px 50px;
}
.m-table-search {
padding: 20px 0px 10px 0px;
}
.btn-group-wrap {
max-height: 200px;
width: 100%;
overflow-y: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
}
.btn-item {
margin-bottom: 10px;
margin-right: 10px;
}
</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