6/27更新依赖,更新vite分包打包
This commit is contained in:
@@ -37,6 +37,21 @@
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<footer class="footerBox" style="text-align: center; padding: 24px 16px; font-size: 14px; color: #666">
|
||||
<p>© 2026 山东橙空电子科技有限公司 版权所有</p>
|
||||
<p style="margin-top: 10px">
|
||||
<a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank" style="color: #666; text-decoration: none">鲁ICP备2024131497号-3</a>
|
||||
|
|
||||
<a
|
||||
href="https://www.beian.gov.cn/"
|
||||
target="_blank"
|
||||
style="color: #666; text-decoration: none; display: inline-flex; align-items: center; gap: 4px"
|
||||
>
|
||||
<!-- <img src="/static/beian.png" alt="公安备案图标" style="width: 16px; height: 16px" />-->
|
||||
<!-- 鲁公网安备37110198765432号-->
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -187,6 +202,13 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.footerBox {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
:deep(.el-button.hoverbutn) {
|
||||
color: #fff;
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user