APPbug反馈修改
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<Cn-empty v-if="projectList.length == 0"></Cn-empty>
|
||||
<template v-else>
|
||||
<uni-card
|
||||
:title="item.equipmentName"
|
||||
:title="item.name"
|
||||
:sub-title="item.projectName"
|
||||
:extra="item.projectType"
|
||||
padding="0"
|
||||
@@ -76,6 +76,7 @@ export default {
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.device-list {
|
||||
padding-top: 20rpx;
|
||||
.header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user