222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
PipeLineLems/web/src/components/Container/Container.module.scss
@@ -2,7 +2,7 @@
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, #5a84ff 0%, #c5d4fe 100%);
  background: #5a84ff;
  border-radius: 12px 12px 12px 12px;
}
@@ -57,7 +57,8 @@
  // z-index: 2;
  height: calc(100% - 40px);
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  // box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px 1px #dbdbdb;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
}