You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
444 B
17 lines
444 B
<template>
|
|
<div class="layout-footer">
|
|
<div style="margin-top:20px"><span>常熟安通林汽车饰件有限公司</span> </div>
|
|
<!-- <div style="margin-top:5px">Copyright © 2023 Daming All rights reserved.</div> -->
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
// 此处需有内容(注释也得),否则缓存将失败
|
|
</script>
|
|
|
|
<style scoped>
|
|
.layout-footer {
|
|
color: var(--el-text-color-secondary);
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|