协同宣发临时版本(beta)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="AppCooperationPropaganda">
|
<div class="AppCooperationPropagandaBeta">
|
||||||
<AiTopFixed>
|
<AiTopFixed>
|
||||||
<div class="tab-select">
|
<div class="tab-select">
|
||||||
<div class="item" :class="tabIndex == index ? 'active' : ''" v-for="(item, index) in tabs" :key="index" @click="tabClick(item,index)">{{ item.name }}<span></span></div>
|
<div class="item" :class="tabIndex == index ? 'active' : ''" v-for="(item, index) in tabs" :key="index" @click="tabClick(item,index)">{{ item.name }}<span></span></div>
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
<span class="label" v-if="userIdList.length">已选择</span>
|
<span class="label" v-if="userIdList.length">已选择</span>
|
||||||
<span v-else style="color:#999;">请选择</span>
|
<span v-else style="color:#999;">请选择</span>
|
||||||
<u-icon name="arrow-right" color="#303133" size="24" style="margin-left:8px;"/>
|
<u-icon name="arrow-right" color="#303133" size="24" style="margin-left:8px;"/>
|
||||||
</div>
|
</div>
|
||||||
</AiPagePicker>
|
</AiPagePicker>
|
||||||
</div>
|
</div>
|
||||||
<div class="type-list">
|
<div class="type-list">
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'AppCooperationPropaganda',
|
name: 'AppCooperationPropagandaBeta',
|
||||||
appName: '协同宣发',
|
appName: '协同宣发',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -243,7 +243,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.AppCooperationPropaganda {
|
.AppCooperationPropagandaBeta {
|
||||||
|
|
||||||
padding-bottom: 130px;
|
padding-bottom: 130px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -447,7 +447,7 @@ export default {
|
|||||||
::v-deep .uni-input-placeholder {
|
::v-deep .uni-input-placeholder {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.items {
|
.items {
|
||||||
::v-deep .AiSelect .display {
|
::v-deep .AiSelect .display {
|
||||||
@@ -490,4 +490,4 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user