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/lexCssUtility/lexCssUtility.css | 37 +++++++++++++++++++++++++++++++++++--
1 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
index 1c4702f..b9825ca 100644
--- a/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
+++ b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
@@ -16,7 +16,7 @@
font-size: 18px;
font-family: 'sans-serif';
font-weight:500;
- color:#0A81DF;;
+ color:#0A81DF;
/* border:2px solid rgb(8,16,132); */
/* border-color:rgb(8,16,132); */
width: 160px;
@@ -25,8 +25,33 @@
opacity: 1;
background: #FFFFFF;
box-sizing: border-box;
- border-style: rgb(212, 212, 212);
+ border:1px solid #0A81DF;
}
+.lexsearchStyle{
+ font-size: 18px;
+ font-family: 'sans-serif';
+ font-weight:500;
+ width: 160px;
+ height: 36px;
+ border-radius: 4px;
+ opacity: 1;
+ background:#090F84;
+ color:#FFFFFF;
+}
+.lexclearStyle{
+ font-size: 18px;
+ font-family: 'sans-serif';
+ font-weight:500;
+ width: 160px;
+ height: 36px;
+ border-radius: 4px;
+ opacity: 1;
+ background: #FFFFFF;
+ border:1px solid #4d4d4d;
+ color:#333333;
+
+}
+
/* button杈规 */
.lexBorderWidth{
@@ -75,9 +100,17 @@
box-sizing: border-box;
border-style: rgb(212, 212, 212);
}
+/* 妫�绱㈡潯浠跺瓧浣� */
.searchName{
font-size: 16px;
font-family: 'sans-serif';
font-weight:500;
+}
+
+
+/* input 瀛椾綋澶у皬 by Link */
+.inputFont {
+ font-size: 14px;
+ --lwc-fontSize2:14px;
}
\ No newline at end of file
--
Gitblit v1.9.1