|
@@ -84,7 +84,7 @@
|
|
@focusChange='focusChange'
|
|
@focusChange='focusChange'
|
|
/>
|
|
/>
|
|
<Select
|
|
<Select
|
|
- width='180'
|
|
|
|
|
|
+ width='150'
|
|
tipPlace='top'
|
|
tipPlace='top'
|
|
caption='状态:'
|
|
caption='状态:'
|
|
v-model='state'
|
|
v-model='state'
|
|
@@ -100,7 +100,7 @@
|
|
prefix-icon='el-icon-search'
|
|
prefix-icon='el-icon-search'
|
|
v-model='keyword'
|
|
v-model='keyword'
|
|
clearable
|
|
clearable
|
|
- style='width:180px;margin-right:12px;float:right;position: absolute;right: 0; top: 45px;'
|
|
|
|
|
|
+ style='width:180px;margin-right:12px;float:right;position: absolute;right:6px; top: 45px;'
|
|
@clear='keyword = ""'
|
|
@clear='keyword = ""'
|
|
></el-input>
|
|
></el-input>
|
|
</div>
|
|
</div>
|