Merge branch 'hi-ucs-dev' of http://192.168.124.50:80/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
6a5139f8b3
|
@ -34,9 +34,9 @@
|
|||
<p>
|
||||
<span>应用背景:{{ detailParams.applicationBackground }}</span>
|
||||
</p>
|
||||
<p>
|
||||
<!-- <p>
|
||||
<span>期望效果:{{ detailParams.effectWish }}</span>
|
||||
</p>
|
||||
</p> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -53,13 +53,13 @@
|
|||
<span class="img"></span>
|
||||
<span>{{ item.name }}</span>
|
||||
</div>
|
||||
<div
|
||||
<!-- <div
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
"
|
||||
></div>
|
||||
></div> -->
|
||||
<div class="ability" v-for="val in item.list" :key="val.id">
|
||||
<div class="box" v-if="item.list.length > 0">
|
||||
<div class="right">
|
||||
|
@ -280,7 +280,7 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
<style lang="scss" scoped>
|
||||
.title {
|
||||
font-size: 22px;
|
||||
color: #000;
|
||||
|
@ -324,7 +324,7 @@ export default {
|
|||
font-size: 16px;
|
||||
|
||||
span {
|
||||
width: 50px;
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -334,7 +334,8 @@ export default {
|
|||
.main {
|
||||
.item {
|
||||
border-top: 1px #eee solid;
|
||||
|
||||
line-height: 30px;
|
||||
margin-bottom: 10px;
|
||||
.deptName {
|
||||
color: #0058e1;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in New Issue