fix: 手机端添加备案号

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

@ -85,8 +85,12 @@
<!--</div>--> <!--</div>-->
</div> </div>
</el-form> </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> </div>
</div> </div>
</template> </template>
@ -364,6 +368,7 @@ export default {
align-items: center; align-items: center;
height: 100vh; height: 100vh;
overflow: auto; overflow: auto;
position: relative;
&-container{ &-container{
flex: 1; flex: 1;

@ -117,6 +117,11 @@
<!-- #ifdef MP --> <!-- #ifdef MP -->
<!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> --> <!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
<!-- #endif --> <!-- #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> </view>
</template> </template>
<script> <script>
@ -673,4 +678,15 @@
border: 1px solid #ee5a52; 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> </style>

@ -54,6 +54,11 @@
</div> </div>
</div> </div>
<div class="bottom"></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> </div>
</template> </template>
<script> <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> </style>

Loading…
Cancel
Save