增加other分包页面

我的页面里增加跳转other分包跳转(仅在ios不是浏览器审核时展示)
This commit is contained in:
2024-12-20 18:01:37 +08:00
parent 908205200b
commit b2fd3ba347
154 changed files with 43228 additions and 84 deletions

View File

@@ -0,0 +1,39 @@
<template>
<view class="tn-time-line-class tn-time-line">
<slot></slot>
</view>
</template>
<script>
export default {
name: 'tn-time-line',
props: {
},
data() {
return {
}
}
}
</script>
<style lang="scss" scoped>
.tn-time-line {
padding-left: 40rpx;
position: relative;
&::before {
content: '';
position: absolute;
width: 1px;
left: 0;
top: 12rpx;
bottom: 0;
border-left: 1px solid #AAAAAA;
transform-origin: 0 0;
transform: scaleX(0.5);
}
}
</style>

View File

@@ -0,0 +1,39 @@
<template>
<view class="tn-time-line-class tn-time-line">
<slot></slot>
</view>
</template>
<script>
export default {
name: 'tn-time-line',
props: {
},
data() {
return {
}
}
}
</script>
<style lang="scss" scoped>
.tn-time-line {
padding-left: 40rpx;
position: relative;
&::before {
content: '';
position: absolute;
width: 1px;
left: 0;
top: 12rpx;
bottom: 0;
border-left: 1px solid #AAAAAA;
transform-origin: 0 0;
transform: scaleX(0.5);
}
}
</style>