This commit is contained in:
2023-08-10 11:17:04 +08:00
parent 28bdb8b9c8
commit baf9739d0b
2 changed files with 13 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
<div class="search-item">
<div class="search-label">重量(g)</div>
<div class="filter_input_wraper">
<input type="number" class="filter-input" v-model="deviceinstor_weight" disabled>
<input type="number" class="filter-input" v-model="deviceinstor_weight">
</div>
</div>
<div class="search-item_2">
@@ -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: '',

View File

@@ -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%)
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