新版本官网优化完成

This commit is contained in:
2025-02-15 02:53:56 +08:00
parent 3e84bbba59
commit 4c601b31a2
55 changed files with 3046 additions and 915 deletions

View File

@@ -10,19 +10,18 @@ const props = withDefaults(
</script>
<template>
<div class="text-[16px]" v-html="data"></div>
<div v-html="data"></div>
</template>
<style lang="scss">
.content {
padding-top: 15px;
overflow: hidden;
color: #333131;
}
.content p{
padding: 0;
line-height: 2.2rem;
text-indent: 2rem;
//text-indent: 2rem;
}
.content img{
padding: 8px 0;