@jiaozhiye/qm-design-react 1.7.8 → 1.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27806,13 +27806,20 @@ table {
27806
27806
  }
27807
27807
  .qm-form .ant-form-item .ant-form-item-label > label[title=''] {
27808
27808
  width: 100%;
27809
+ display: inline-flex;
27810
+ justify-content: right;
27809
27811
  }
27810
27812
  .qm-form .ant-form-item .ant-form-item-label > label[title=''] .ant-select {
27813
+ flex: auto;
27814
+ width: 0;
27811
27815
  text-align: left;
27812
27816
  }
27813
27817
  .qm-form .ant-form-item .ant-form-item-label-wrap {
27814
27818
  line-height: 1.075;
27815
27819
  }
27820
+ .qm-form .ant-form-item .ant-form-item-label-left > label[title=''] {
27821
+ justify-content: left;
27822
+ }
27816
27823
  .qm-form .ant-form-item input::-moz-placeholder {
27817
27824
  text-align: left;
27818
27825
  }