Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhaomeijing
2022-05-26 14:57:16 +08:00
7 changed files with 52 additions and 2 deletions
@@ -18,7 +18,7 @@
</div>
<div class="solid"></div>
</div>
<div v-else style="height: 240px;position: relative">
<div v-else style="height: 200px;position: relative">
<JNoData/>
</div>
<JLoading :loading="loading">{{$t('dataLoading')}}</JLoading>
@@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: 'TaskPlanList'
}
</script>
<style scoped>
</style>
@@ -0,0 +1,25 @@
<template>
<div class="doc-detail">
<div class="Virtual-detail-header" style="position: fixed;top: 0">
<div class="Virtual-detail-title">
<span>
{{this.title}}
</span>
</div>
</div>
<div style="padding: 67px 0 0 0;background: #ffffff;height:100%">
<div class="detail-content" style="height: 100%">
</div>
</div>
</div>
</template>
<script>
export default {
name: 'projectStatusAndProgress'
}
</script>
<style scoped>
</style>