提交 c0bad791 authored 作者: zax's avatar zax

下拉框文字bug

上级 447aee29
...@@ -275,4 +275,7 @@ export default { ...@@ -275,4 +275,7 @@ export default {
.company .content .searchInput{ .company .content .searchInput{
margin-left: 25px; margin-left: 25px;
} }
.company .content>>>.el-select{
width: 100%;
}
</style> </style>
...@@ -322,14 +322,17 @@ export default { ...@@ -322,14 +322,17 @@ export default {
justify-content: space-evenly; justify-content: space-evenly;
margin-top: 20px; margin-top: 20px;
} }
.newCompany .company-content>>>.el-radio{ .product .company-content>>>.el-radio{
margin-right: 22px; margin-right: 22px;
width: 50px; width: 50px;
} }
.newCompany .company-content>>>.el-input__inner{ .product .company-content>>>.el-input__inner{
width: 290px; width: 290px;
} }
.searchInput{ .searchInput{
margin-left: 25px; margin-left: 25px;
} }
.product .content>>>.el-select{
width: 100%;
}
</style> </style>
...@@ -327,4 +327,7 @@ export default { ...@@ -327,4 +327,7 @@ export default {
.company .content .searchInput{ .company .content .searchInput{
margin-left: 25px; margin-left: 25px;
} }
.company .content>>>.el-select{
width: 100%;
}
</style> </style>
...@@ -377,14 +377,17 @@ export default { ...@@ -377,14 +377,17 @@ export default {
justify-content: space-evenly; justify-content: space-evenly;
margin-top: 20px; margin-top: 20px;
} }
.newCompany .company-content>>>.el-radio{ .product .content>>>.el-radio{
margin-right: 22px; margin-right: 22px;
width: 50px; width: 50px;
} }
.newCompany .company-content>>>.el-input__inner{ .product .content>>>.el-input__inner{
width: 290px; width: 290px;
} }
.searchInput{ .searchInput{
margin-left: 25px; margin-left: 25px;
} }
.product .content>>>.el-select{
width: 100%;
}
</style> </style>
...@@ -199,6 +199,17 @@ const server = { ...@@ -199,6 +199,17 @@ const server = {
method: 'put', method: 'put',
data: data data: data
}) })
},
getUnitFindByType(data) { // 修改产品信息
return axios('/unit/findByType/' + data, {
method: 'get'
})
},
postProjectAdd(data) { // 项目管理新增
return axios('/project/add', {
method: 'post',
data: data
})
} }
} }
export default server; export default server;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论