协同宣发临时版本(beta)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="AppCooperationPropaganda">
|
||||
<div class="AppCooperationPropagandaBeta">
|
||||
<AiTopFixed>
|
||||
<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>
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'AppCooperationPropaganda',
|
||||
name: 'AppCooperationPropagandaBeta',
|
||||
appName: '协同宣发',
|
||||
data() {
|
||||
return {
|
||||
@@ -243,7 +243,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppCooperationPropaganda {
|
||||
.AppCooperationPropagandaBeta {
|
||||
|
||||
padding-bottom: 130px;
|
||||
box-sizing: border-box;
|
||||
Reference in New Issue
Block a user