Skip to content

Commit 4a0e9ac

Browse files
committed
fix(bugs-2.8): 修复原生属性组件的列表样式
1 parent 09984b3 commit 4a0e9ac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/configurator/src/html-attributes-configurator/HtmlAttributesConfigurator.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ export default {
270270
display: grid;
271271
grid-template-columns: 3fr auto;
272272
273+
.item-content {
274+
word-wrap: break-word;
275+
white-space: normal;
276+
word-break: break-all;
277+
}
273278
.item-controller {
274279
display: grid;
275280
column-gap: 3px;

0 commit comments

Comments
 (0)