修改bug
This commit is contained in:
parent
ade59383b6
commit
7cbde72cea
@ -5,6 +5,7 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6' }">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -29,9 +30,13 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<levitatedsphere :x="100" :y="80"></levitatedsphere>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import levitatedsphere from "@/components/levitatedsphere/levitatedsphere.vue"
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@ -39,6 +44,7 @@
|
||||
listData: [],
|
||||
projectSn: '',
|
||||
userInfo: {},
|
||||
statusBarHeight: {}
|
||||
};
|
||||
},
|
||||
created() {
|
||||
@ -51,6 +57,7 @@
|
||||
},
|
||||
onShow() {
|
||||
this.initData()
|
||||
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight;
|
||||
},
|
||||
methods:{
|
||||
initData(){
|
||||
@ -90,14 +97,23 @@
|
||||
.addPlanss {
|
||||
height: 100%;
|
||||
background-color: #f6f6f6;
|
||||
.fixedheader{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
.headerName{
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.backlogList-admin {
|
||||
margin: 10px;
|
||||
background-color: #fff;
|
||||
height: 160px;
|
||||
padding: 15px;
|
||||
|
||||
// height: 160px;
|
||||
height: auto;
|
||||
padding: 15px 15px;
|
||||
// padding-top: 15px;
|
||||
.backlogList {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -128,4 +144,5 @@
|
||||
.backlogMargin{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@ -5,6 +5,8 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -30,6 +32,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -31,6 +32,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@ -92,6 +94,18 @@
|
||||
.addPlanss {
|
||||
height: 100%;
|
||||
background-color: #f6f6f6;
|
||||
min-height: 100%;
|
||||
background: #F6F6F6;
|
||||
.fixedheader{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
.headerName{
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.backlogList-admin {
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -30,6 +32,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -30,6 +31,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -30,6 +32,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -30,6 +32,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -30,6 +32,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@ -5,6 +5,8 @@
|
||||
{{title}}
|
||||
</view>
|
||||
</headers>
|
||||
|
||||
<view class="" :style="{ 'padding-top': statusBarHeight + 45 + 'px','background-color':'#f6f6f6','paddingBottom': '20px'}">
|
||||
<view class="backlogList-admin" v-for="item in listData" :key="item.id" @click="jobTrial(item)">
|
||||
<view class="backlogList backlogMargin">
|
||||
<span>
|
||||
@ -30,6 +32,7 @@
|
||||
<text class="txt">暂无数据</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user