From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523
---
force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css | 38 +++++++++++++++++++++++++++-----------
1 files changed, 27 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..6742585 100644
--- a/force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css
+++ b/force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.css
@@ -1,29 +1,45 @@
-.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;
}
\ No newline at end of file
--
Gitblit v1.9.1