diff --git a/src/pages/modules/clean/man-pour.vue b/src/pages/modules/clean/man-pour.vue
index 101424e..2eaba74 100644
--- a/src/pages/modules/clean/man-pour.vue
+++ b/src/pages/modules/clean/man-pour.vue
@@ -49,7 +49,7 @@
@@ -70,7 +70,7 @@ export default {
return {
options1: [],
value1: '',
- options2: [],
+ options2: [{device_code: '1', device_name: '设备1'}, {device_code: '2', device_name: '设备2'}, {device_code: '3', device_name: '设备3'}, {device_code: '4', device_name: '设备4'}, {device_code: '5', device_name: '设备5'}, {device_code: '6', device_name: '设备6'}, {device_code: '7', device_name: '设备7'}],
value2: '',
material_id: '',
material_spec: '',
diff --git a/src/style/layout.styl b/src/style/layout.styl
index d58f9f4..ae66496 100644
--- a/src/style/layout.styl
+++ b/src/style/layout.styl
@@ -504,4 +504,14 @@ input::-webkit-input-placeholder
.zd_wrapper .grid_wraper .selected_icon td:first-child
background-color transparent
.overall_blue
- background linear-gradient(#031f6d 0%,#011a60 20%,#060346 100%)
\ No newline at end of file
+ background linear-gradient(#031f6d 0%,#011a60 20%,#060346 100%)
+
+/** 下拉框 **/
+.el-scrollbar__wrap
+ width 100% !important
+.el-select-dropdown
+ background-color #e4e7ed
+.el-scrollbar__bar
+ right 0 !important
+.el-scrollbar__bar.is-vertical
+ width 45px
\ No newline at end of file