This commit is contained in:
ckx6954 2024-12-19 14:06:47 +09:00
commit 1bc7c80fd0
2 changed files with 4 additions and 2 deletions

View File

@ -89,5 +89,9 @@ defineProps({
margin-top: 10px;
width: 100%;
}
.btn.author {
height: 30px;
}
}
</style>

View File

@ -6,8 +6,6 @@
</template>
<script setup>
import { defineEmits } from 'vue';
const props = defineProps({
maxlength: {
type: Number,