💄 修复特定情况下的内容溢出

This commit is contained in:
目棃
2024-09-09 16:15:46 +08:00
parent 0170503873
commit 86d0145925

View File

@@ -71,7 +71,9 @@ function getLineStyle(): StyleValue {
</script> </script>
<style lang="css" scoped> <style lang="css" scoped>
.tp-texts { .tp-texts {
line-break: anywhere;
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-all;
} }
.tp-texts-header1, .tp-texts-header1,