fix: 手机端添加备案号

tea/dev
wx-jincw 4 weeks ago
parent f2b31953f5
commit 23b94ff7c8

@ -85,9 +85,13 @@
<!--</div>-->
</div>
</el-form>
<div class="icp-number" style="position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; font-size: 12px;">
<a href="https://beian.miit.gov.cn/" target="_blank" style="color: #808695; text-decoration: none;">湘ICP备2026003339号-1</a>
</div>
</div>
</div>
</div>
</template>
<script>
@ -364,6 +368,7 @@ export default {
align-items: center;
height: 100vh;
overflow: auto;
position: relative;
&-container{
flex: 1;

@ -117,6 +117,11 @@
<!-- #ifdef MP -->
<!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
<!-- #endif -->
<view class="icp-info">
<text>
<a href="https://beian.miit.gov.cn/" target="_blank" style="color: #808695; text-decoration: none;">湘ICP备2026003339号-1</a>
</text>
</view>
</view>
</template>
<script>
@ -673,4 +678,15 @@
border: 1px solid #ee5a52;
}
}
.icp-info {
position: fixed;
bottom: 140rpx;
left: 0;
width: 100%;
height: 50rpx;
line-height: 50rpx;
text-align: center;
color: #999;
font-size: 24rpx;
}
</style>

@ -54,6 +54,11 @@
</div>
</div>
<div class="bottom"></div>
<view class="icp-info">
<text>
<a href="https://beian.miit.gov.cn/" target="_blank" style="color: #808695; text-decoration: none;">湘ICP备2026003339号-1</a>
</text>
</view>
</div>
</template>
<script>
@ -605,4 +610,15 @@
}
}
}
.icp-info {
position: fixed;
bottom: 40rpx;
left: 0;
width: 100%;
height: 50rpx;
line-height: 50rpx;
text-align: center;
color: #999;
font-size: 24rpx;
}
</style>

Loading…
Cancel
Save