mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-23 07:42:56 +08:00
fix: 解决文本组件内边距预览的时候会撑开的问题
This commit is contained in:
parent
02b423e620
commit
78e1d3ffe4
@ -70,6 +70,7 @@ const click = () => {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: v-bind('textAlign');
|
||||
overflow: hidden;
|
||||
|
||||
.content {
|
||||
color: v-bind('fontColor');
|
||||
|
Loading…
Reference in New Issue
Block a user