|
@@ -7,7 +7,7 @@
|
|
|
<template slot="right">
|
|
|
<ws-input
|
|
|
v-model="searchKeyWord"
|
|
|
- placeholder="可按销售计划编号和标题查找"
|
|
|
+ placeholder="可按采购计划编号和标题查找"
|
|
|
clearable
|
|
|
maxlength="500"
|
|
|
type="input"
|
|
@@ -607,9 +607,11 @@ export default {
|
|
|
}
|
|
|
/deep/.base_header_layout .grid-content.right .find.el-button--primary {
|
|
|
width: 30px;
|
|
|
- margin-left: 0;
|
|
|
- border-top-left-radius: 0px;
|
|
|
- border-bottom-left-radius: 0px;
|
|
|
+ margin-left: 0;
|
|
|
+ border-top-left-radius: 0px;
|
|
|
+ border-bottom-left-radius: 0px;
|
|
|
+ margin-top: -1px;
|
|
|
+ margin-left: -6px;
|
|
|
}
|
|
|
/deep/.findValue .el-input__inner {
|
|
|
border-top-right-radius: 0px;
|
|
@@ -786,6 +788,14 @@ export default {
|
|
|
.inputs1 {
|
|
|
border: none;
|
|
|
}
|
|
|
+.base_header_layout .grid-content.right .find.el-button--primary {
|
|
|
+ width: 30px;
|
|
|
+ margin-left: 0;
|
|
|
+ border-top-left-radius: 0px;
|
|
|
+ border-bottom-left-radius: 0px;
|
|
|
+ margin-top: -1px;
|
|
|
+ margin-left: -6px;
|
|
|
+}
|
|
|
// .inputChenge>>>.el-input__inner{
|
|
|
// border: none;
|
|
|
// }
|