提交 13a6472b authored 作者: zax's avatar zax

下拉框文字bug

上级 c0bad791
...@@ -326,9 +326,6 @@ export default { ...@@ -326,9 +326,6 @@ export default {
margin-right: 22px; margin-right: 22px;
width: 50px; width: 50px;
} }
.product .company-content>>>.el-input__inner{
width: 290px;
}
.searchInput{ .searchInput{
margin-left: 25px; margin-left: 25px;
} }
......
...@@ -381,9 +381,6 @@ export default { ...@@ -381,9 +381,6 @@ export default {
margin-right: 22px; margin-right: 22px;
width: 50px; width: 50px;
} }
.product .content>>>.el-input__inner{
width: 290px;
}
.searchInput{ .searchInput{
margin-left: 25px; margin-left: 25px;
} }
......
...@@ -435,9 +435,9 @@ export default { ...@@ -435,9 +435,9 @@ export default {
thirdName: this.supervisor thirdName: this.supervisor
}; };
console.log(data) console.log(data)
// this.$server.postProjectAdd(data).then(res => { this.$server.postProjectAdd(data).then(res => {
// console.log(res) console.log(res)
// }) })
}, },
// 技术路线查询产品信息 // 技术路线查询产品信息
search () { search () {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论