fix: 解决文本组件内边距预览的时候会撑开的问题

This commit is contained in:
奔跑的面条 2023-12-16 21:50:51 +08:00
parent 02b423e620
commit 78e1d3ffe4

View File

@ -70,6 +70,7 @@ const click = () => {
display: flex;
align-items: center;
justify-content: v-bind('textAlign');
overflow: hidden;
.content {
color: v-bind('fontColor');