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

This commit is contained in:
奔跑的面条 2023-12-16 21:50:51 +08:00
parent b5750246f1
commit eb804cbb5f

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');