From 5658927d15c7d3d5b896ea5ed62f25bf377846e3 Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期五, 04 八月 2023 15:40:54 +0800
Subject: [PATCH] 修改 客户人员 “新建意向”
---
force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.css | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.css b/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.css
index 8d634cd..e9fe316 100644
--- a/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.css
+++ b/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.css
@@ -1,10 +1,12 @@
-.createEmailHolder{
- position: relative;
- display: inline-block;
- width: 80px;
- height: 80px;
- text-align: center;
-}
-.container .uiContainerManager{
- display: none !important;
+.toast{
+ border: 1px solid #c9c9c9;
+ border-radius: 10px;
+ width: 50%;
+ margin: 0 auto;
+ font-size: 18px;
+ font-weight: bold;
+ padding: 10px 20px;
+ background: #EA001E;
+ display: flex;
+ color: white;
}
\ No newline at end of file
--
Gitblit v1.9.1