Browse Source

添加form item 换行规则

zhuth 8 years ago
parent
commit
182acee8bf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      kanban-console/src/main/resources/map-rule.xsl

+ 3 - 0
kanban-console/src/main/resources/map-rule.xsl

@@ -53,6 +53,9 @@
                                 <width>
                                     <xsl:value-of select="@width"/>
                                 </width>
+                                <fill>
+                                	<xsl:value-of select="@fill"/>
+                                </fill>
                                 <render>
                                     <xsl:value-of select="@rendername"/>
                                 </render>