@@ -84,7 +84,7 @@
@focusChange='focusChange'
/>
<Select
- width='180'
+ width='150'
tipPlace='top'
caption='状态:'
v-model='state'
@@ -100,7 +100,7 @@
prefix-icon='el-icon-search'
v-model='keyword'
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 = ""'
></el-input>
</div>