|
|
@@ -21,7 +21,7 @@
|
|
|
v-show="showSearch"
|
|
|
label-width="120px"
|
|
|
>
|
|
|
- <el-form-item prop="key" label="关键字">
|
|
|
+ <el-form-item prop="key" label="关键字" class="search_key">
|
|
|
<el-input
|
|
|
v-model="queryParams.key"
|
|
|
:maxlength="50"
|
|
|
@@ -359,6 +359,9 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-.brand {
|
|
|
+.search_key{
|
|
|
+ ::v-deep .el-form-item__label{
|
|
|
+ width:60px !important;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|