222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
PipeLineLems/web/src/components/Radio/Radio.module.scss
@@ -2,9 +2,9 @@
  height: 24px;
  line-height: 20px;
  text-align: center;
  background: #FFFFFF;
  background: #ffffff;
  border-radius: 19px;
  border: 1px dashed #BCC4CC;
  border: 1px dashed #bcc4cc;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
@@ -16,13 +16,14 @@
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5A84FF;
  color: #5a84ff;
}
// 浮动层
.dropdown {
  width: 180px;
  max-height: 236px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 6px 6px 6px 6px;
@@ -37,9 +38,6 @@
    color: #333;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    &:hover {
      width: 172px;
@@ -56,18 +54,17 @@
      .fitTag {
        padding: 0 19px;
        box-sizing: border-box;
        background: #5A84FF;
        background: #5a84ff;
        color: #ffffff;
        width: fit-content;
        max-width: 100%;
        height: 24px;
        background: #5A84FF;
        background: #5a84ff;
        border-radius: 19px 19px 19px 19px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
    }
    .lineTag {
@@ -79,13 +76,11 @@
  }
}
.pl {
  height: 24px;
  background: #FFFFFF;
  background: #ffffff;
  border-radius: 19px;
  border: 1px dashed #BCC4CC;
  border: 1px dashed #bcc4cc;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
@@ -106,4 +101,4 @@
.tagClose {
  cursor: pointer;
  margin-left: 5px;
}
}