Commit 163a7995 authored by rockyl's avatar rockyl

Merge remote-tracking branch 'origin/dev' into dev

parents f0779f86 df20e3c2
......@@ -314,7 +314,7 @@ export const styles = {
if (component.type === 'label' && !onlyOpera) {
// 如果是label类型,禁止自动换行
result += 'word-break: keep-all;'
result += 'word-break: keep-all;white-space: nowrap;'
}
// console.log('getComponentStyle',component.name, result);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment