提交 4795fc43 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #22186 from Nashenas88/master

Fix borderRadius for decorations
......@@ -344,7 +344,7 @@ class DecorationRenderHelper {
return cssTextArr.join('');
}
private static border_rules = ['border', 'borderColor', 'borderColor', 'borderSpacing', 'borderStyle', 'borderWidth'];
private static border_rules = ['border', 'borderRadius', 'borderColor', 'borderSpacing', 'borderStyle', 'borderWidth'];
public static collectBorderSettingsCSSText(opts: any, cssTextArr: string[]): boolean {
if (DecorationRenderHelper.collectCSSText(opts, DecorationRenderHelper.border_rules, cssTextArr)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册