222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
PipeLineLems/web/src/components/BaseContent/BaseContent.module.scss
@@ -5,8 +5,9 @@
  height: 100%;
  border: 1px solid #dbdbdb;
  font-family: PingFang SC, PingFang SC;
  padding: 0 12px;
  // padding: 0 12px;
  position: relative;
  overflow: hidden;
  .title {
    font-size: 16px;
@@ -34,16 +35,23 @@
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
  }
}
.content {
  padding: 15px 20px 0;
  height: calc(100% - 46px);
.scrollContent {
  height: calc(100% - 94px);
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  // padding: 0 12px;
  // padding-right: 4px;
}
.content {
  height: auto;
  background: #f7f8fa;
  border-radius: 5px 5px 5px 5px;
  padding: 14px 14px 20px 14px;
  border-radius: 5px 5px 5px 5px;
  .header {
    margin-bottom: 12px;