From 3aedad63dd01f1fc5154cb520af32edab967d6e0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 12 5月 2025 09:15:26 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo

---
 PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/styles/common.scss |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/styles/common.scss b/PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/styles/common.scss
new file mode 100644
index 0000000..23d2c87
--- /dev/null
+++ b/PipeLineLems/pipelinelems_web/src/widgets/OrderManagement-main/styles/common.scss
@@ -0,0 +1,54 @@
+.light-datetime-picker,
+.light-element-ui {
+  // .cs-input__inner {
+  //   background: #fff !important;
+  //   box-shadow: none !important;
+  // }
+  // .cs-input.is-disabled .cs-input__inner {
+  //   background: var(--el-disabled-bg-color) !important;
+  // }
+
+  &.cs-popper.is-light {
+    max-width: inherit;
+  }
+
+
+
+  &.cs-popper.is-light {
+    background-color: #fff !important;
+    color: #000 !important;
+  }
+
+  &.cs-popper.is-light .cs-popper__arrow:before {
+    background-color: #fff !important;
+  }
+
+}
+.light-element-ui {
+  
+
+   .cs-input-group__append,
+  .cs-input-group__prepend {
+    padding: 0 14px !important;
+  }
+
+   .cs-input-group {
+    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important;
+    border-radius: 3px !important;
+  }
+
+   .cs-input {
+    box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset !important;
+    border-radius: 3px !important;
+  }
+
+ 
+}
+.cs-popper.formula-popover {
+  max-width: unset;
+  background: #ffffff !important;
+  box-shadow: 0px 2px 8px 1px #e4e7e8;
+  border-radius: 2px 2px 2px 2px;
+  border: 1px solid #e6e8ef;
+  padding: 0 !important;
+}
\ No newline at end of file

--
Gitblit v1.9.3