Skip to content

Commit cd4ed11

Browse files
authored
Merge pull request #525 from Tencent/bugfix/tool-rule-desc
🐛 修复工具规则显示详情描述
2 parents 9c8b40c + 733ea3f commit cd4ed11

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

web/packages/tca-layout/src/modules/tools/rules/rule-detail.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ const RuleDetail = ({ visible, data, onClose }: RuleDetailProps) => (
6464
{
6565
data.checkruledesc?.desc && (
6666
<Col span={18}>
67-
<ReactMarkdown source={data.checkruledesc?.desc} />
67+
<ReactMarkdown>
68+
{data.checkruledesc?.desc}
69+
</ReactMarkdown>
6870
</Col>
6971
)
7072
}
2.97 KB
Binary file not shown.

web/tca-deploy-source/conf/configs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
"name": "tca-layout",
44
"description": "tca layout微前端",
5-
"commitId": "aa3edf7c7a4270197a250ab2920cb3f872e21d2d",
5+
"commitId": "9c8b40cc808212e1c53f158e2d6e78875382af59",
66
"match": "/",
77
"js": [
8-
"/static/tca-layout/runtime~tca-layout-7ee8a3c6.js",
9-
"/static/tca-layout/vendors~tca-layout-d2bb73ce.js",
10-
"/static/tca-layout/tca-layout-0e2de0db.js"
8+
"/static/tca-layout/runtime~tca-layout-283c04f5.js",
9+
"/static/tca-layout/vendors~tca-layout-a3495dfa.js",
10+
"/static/tca-layout/tca-layout-31b8805f.js"
1111
],
1212
"css": [
1313
"/static/tca-layout/vendors~tca-layout-9b6df0cb.css",

0 commit comments

Comments
 (0)