样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
2025-12-27 21:20:44 +08:00
parent e11603caec
commit 3b5675d50d

View File

@@ -299,6 +299,12 @@ const handleSubmit = async () => {
</script>
<style scoped>
.scroll-content {
flex: 1;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.input-section {
padding: 12px 0;
}