页面结构改变
This commit is contained in:
41
pages/device/APF/comp/IO.vue
Normal file
41
pages/device/APF/comp/IO.vue
Normal file
@@ -0,0 +1,41 @@
|
||||
<template>
|
||||
<view class='basic'>
|
||||
<view class="grid-card">
|
||||
<view class="grid-card-title">温度</view>
|
||||
<view class="grid-card-content-4">
|
||||
<view class="item">温度1(°C)</view>
|
||||
<view class="item">温度2(°C)</view>
|
||||
<view class="item">温度3(°C)</view>
|
||||
<view class="item">温度4(°C)</view>
|
||||
<view class="item">20.0</view>
|
||||
<view class="item">20.0</view>
|
||||
<view class="item">20.0</view>
|
||||
<view class="item">20.0</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="grid-card">
|
||||
<view class="grid-card-title">干接点</view>
|
||||
<view class="grid-card-content-4">
|
||||
<view class="item">干接点1</view>
|
||||
<view class="item">干接点2</view>
|
||||
<view class="item"></view>
|
||||
<view class="item"></view>
|
||||
<view class="item">正常</view>
|
||||
<view class="item">正常</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang='scss'>
|
||||
.basic {}
|
||||
</style>
|
||||
Reference in New Issue
Block a user