king
2023-03-31 bfcacf54ad793bc33560f8bb15833508cf73aa5b
src/mob/components/formdragelement/index.scss
@@ -88,6 +88,14 @@
      }
    }
  }
  .am-list-item:not(.up_down) {
    .am-list-line {
      .am-input-label {
        width: 28%;
        max-width: 120px;
      }
    }
  }
  .am-list-item.up_down {
    height: auto;
    .am-list-line {
@@ -107,6 +115,26 @@
      }
    }
  }
  .am-list-item.picker:not(.up_down) {
    .am-list-line {
      .am-input-control {
        padding-right: 0px;
      }
    }
  }
  .am-list-item.up_down.picker {
    .am-list-line {
      .am-input-control {
        line-height: 40px;
        padding-right: 20px;
      }
      .am-list-extra {
        top: auto;
        right: 10px;
        bottom: 13px;
      }
    }
  }
  .ant-form-item.actived {
    .am-input-label {
      color: #1890ff;
@@ -122,6 +150,16 @@
      }
      .am-input-label {
        width: auto;
      }
    }
  }
  .am-list-item.check-card.left_right {
    .am-list-line {
      display: flex;
      .am-input-label {
        width: 28%;
        max-width: 120px;
        line-height: 1;
      }
    }
  }
@@ -230,6 +268,17 @@
      }
    }
  }
  .am-list-item.checkbox.left_right {
    .am-list-line {
      display: flex;
      .ant-checkbox-group {
        float: right;
      }
      .am-input-control {
        padding-right: 0px;
      }
    }
  }
  .am-list-item.checkbox.mk-radio {
    .ant-checkbox-inner {
      border-radius: 50%;