king
2024-02-08 7067c6095571c19bbeeb04fa130afff54559aa82
src/mob/components/formdragelement/index.scss
@@ -8,8 +8,10 @@
    padding-left: 0px;
    padding-right: 0px;
  }
  >.ant-col:not(.ant-col-24) {
  >.ant-col {
    padding-right: 10px;
  }
  >.ant-col:not(.ant-col-24) {
    .am-list-line .am-input-label {
      width: auto;
      padding-right: 10px;
@@ -88,6 +90,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 +117,31 @@
      }
    }
  }
  .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;
    }
  }
  .am-list-item.check-card {
    height: auto;
    .am-list-line {
@@ -117,6 +152,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;
      }
    }
  }
@@ -225,6 +270,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%;
@@ -253,6 +309,7 @@
    font-weight: inherit;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 15px;
    border-bottom: 1px solid #e9e9e9;
  }
  .check-card-edit-box .card-cell span {
@@ -302,6 +359,17 @@
      content: '*';
    }
  }
  .ant-form-item:not(.required) {
    .am-input-label::before {
      display: inline-block;
      margin-right: 4px;
      color: transparent;
      font-size: 14px;
      font-family: SimSun, sans-serif;
      line-height: 1;
      content: '*';
    }
  }
  .ant-form-item.no-boder {
    .am-list-line {
      border-bottom: none;