From 744f42c5496e656a1f9927740a3b37c0b97a6cba Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 14 七月 2023 14:34:12 +0800 Subject: [PATCH] lexcommunityupload0714 --- force-app/main/default/lwc/customOutputGood/customOutputGood.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/lwc/customOutputGood/customOutputGood.html b/force-app/main/default/lwc/customOutputGood/customOutputGood.html index 0277ba5..d2c8ea1 100644 --- a/force-app/main/default/lwc/customOutputGood/customOutputGood.html +++ b/force-app/main/default/lwc/customOutputGood/customOutputGood.html @@ -6,7 +6,7 @@ <p style="height: 10px;"></p> </template> <template if:false={showLink}> - <div style="margin-left: 10px;margin-top: 10px;margin-bottom: 10px;font-size:16px;color:#696969;"> + <div style="margin-left: 10px;margin-top: 10px;margin-bottom: 10px;font-size:14px;color:#696969;"> <lightning-formatted-text value={outputValue}></lightning-formatted-text> </div> </template> -- Gitblit v1.9.1