选择设备修复下拉
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
<u-icon name="arrow-down" color="#666" size="24" style="margin-left: 4px"/>
|
||||
</AiAreaPicker>
|
||||
</div>
|
||||
<u-search v-model="keyword" :clearabled="true" placeholder="请输入设备名称" :show-action="false" bg-color="#F5F5F5" search-icon-color="#ccc" color="#666" height="58" @search="getList" @clear="handerClear"></u-search>
|
||||
<u-search v-model="keyword" :clearabled="true" placeholder="请输入设备名称" :show-action="false" bg-color="#F5F5F5" search-icon-color="#ccc" color="#666"
|
||||
height="58" @search="getList" @clear="handerClear"></u-search>
|
||||
</div>
|
||||
</AiTopFixed>
|
||||
<div class="record">
|
||||
@@ -34,9 +35,9 @@
|
||||
</template>
|
||||
<script>
|
||||
import {mapState} from 'vuex'
|
||||
|
||||
export default {
|
||||
name: "selectEquipment",
|
||||
|
||||
appName: '选择设备',
|
||||
data() {
|
||||
return {
|
||||
@@ -104,12 +105,9 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
uni-page-body {
|
||||
height: 100%;
|
||||
}
|
||||
.selectEquipment {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
height: 100vh;
|
||||
|
||||
.currentLeft-top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -125,6 +123,7 @@ uni-page-body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.record {
|
||||
margin-top: 8px;
|
||||
padding-bottom: 128px;
|
||||
@@ -133,7 +132,7 @@ uni-page-body {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 110rpx;
|
||||
height: 110px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-left: 32px;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user