pc网页版软测宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
943 B

12 months ago
<template>
<div style="padding-bottom:50px">
<!-- <div style="display:flex;align-items:center">
<div class="dvied"></div>
<div style="font-weight: bold;color: #333333;font-size: 18px;margin-left:10px">众包详情</div>
</div> -->
<div style="background: #FFFFFF;border-radius: 4px;margin-top:-15px;margin-left:-130px">
<crowddetails :mydetails='mydetails'></crowddetails>
</div>
</div>
</template>
<script>
import crowddetails from '@/page/homepage/crowdsourcing/crowddetails'
export default{
components: {crowddetails},
data(){
return{
mydetails:true,
}
},
mounted(){
},
methods:{
},
}
</script>
<style scoped>
.dvied{
width: 4px;
height: 18px;
background: #0066EB;
}
</style>