From af908216bb0012fe849e3b49b3039c7ba238f8f0 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期五, 11 八月 2023 14:35:43 +0800
Subject: [PATCH] 补充controller,修改变量,主页bug修改
---
force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css | 43 ++++++++++++++++++++++++++++++++-----------
1 files changed, 32 insertions(+), 11 deletions(-)
diff --git a/force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css b/force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css
index ade7b53..f6deee2 100644
--- a/force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css
+++ b/force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css
@@ -1,29 +1,50 @@
-.outerBorderCss{
+@import 'c/lexCssUtility';
+
+.outerBorderCss {
border: 1px solid #D4D4D4;
- border-radius : 5px;
- border-top : 3px solid #565959;
+ border-radius: 5px;
+ border-top: 3px solid #565959;
}
-.borderCss{
+
+.borderCss {
border: 1px solid #D4D4D4;
- border-radius : 5px;
- margin-bottom : 7px;
- border-top : 3px solid #565959;
+ border-radius: 5px;
+ margin-bottom: 7px;
+ border-top: 3px solid #565959;
}
-.headerDorderCss{
+
+.headerDorderCss {
border-top: 1px solid #565959;
border-bottom: 1px solid #D4D4D4;
- padding:3px;
+ padding: 3px;
}
-.centerCss{
+
+.centerCss {
text-align: center;
}
-.centerCss .left{
+
+.centerCss .left {
margin-left: 100px;
}
+
.datatable {
max-height: 400px !important;
}
+
.tableColumn {
margin-top: 5px !important;
overflow-x: auto;
+}
+
+:host {
+ --lwc-inputStaticFontSize: 16px;
+ --lwc-formLabelFontSize: 16px;
+}
+.fontWeight{
+ font-size:16px;
+}
+
+.fileUpload {
+ font-size: 16px;
+ --lwc-formLabelFontSize:16px;
}
\ No newline at end of file
--
Gitblit v1.9.1