dcp-design-react 1.12.20 → 1.12.21

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.
@@ -27198,9 +27198,6 @@ table {
27198
27198
  -webkit-font-smoothing: antialiased;
27199
27199
  -moz-osx-font-smoothing: grayscale;
27200
27200
  }
27201
- body {
27202
- font-family: LarkHackSafariFont, LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Tahoma, 'PingFang SC', 'Microsoft Yahei', Arial, 'Hiragino Sans GB', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
27203
- }
27204
27201
  /* QmDesign */
27205
27202
  /*
27206
27203
  * @Author: 焦质晔
@@ -28037,7 +28034,7 @@ body {
28037
28034
  cursor: pointer;
28038
28035
  }
28039
28036
  .qm-form-immediate {
28040
- padding: 5px 15px;
28037
+ padding: 5px;
28041
28038
  overflow-y: auto !important;
28042
28039
  }
28043
28040
  .qm-form-immediate .table {
@@ -28046,10 +28043,12 @@ body {
28046
28043
  .qm-form-immediate .table th,
28047
28044
  .qm-form-immediate .table td {
28048
28045
  height: 32px;
28046
+ padding-left: 6px;
28049
28047
  text-align: left;
28050
28048
  border-bottom: 1px solid #e8e8e8;
28051
28049
  }
28052
28050
  .qm-form-immediate .table tbody tr td {
28051
+ padding-left: 6px;
28053
28052
  cursor: pointer;
28054
28053
  }
28055
28054
  .qm-form-immediate .table tbody tr:hover,
@@ -28164,6 +28163,7 @@ body {
28164
28163
  .qm-form-fields-filter {
28165
28164
  min-width: 160px;
28166
28165
  max-width: 220px;
28166
+ text-align: left;
28167
28167
  }
28168
28168
  .qm-form-fields-filter .reset {
28169
28169
  padding-bottom: 2px;
@@ -28181,7 +28181,7 @@ body {
28181
28181
  margin: 0;
28182
28182
  }
28183
28183
  .qm-form-fields-filter .fields-list ul li.item {
28184
- line-height: 1.85;
28184
+ line-height: 2;
28185
28185
  overflow: hidden;
28186
28186
  text-overflow: ellipsis;
28187
28187
  white-space: nowrap;
@@ -29516,14 +29516,14 @@ body {
29516
29516
  .qm-table .body--column .cell .cell--sign,
29517
29517
  .qm-table .footer--column .cell .cell--sign {
29518
29518
  content: ' ';
29519
- top: -5px;
29520
- left: -5px;
29521
29519
  position: absolute;
29522
29520
  z-index: 1;
29523
- border-width: 5px;
29524
- border-style: solid;
29525
- border-color: transparent #1890ff transparent transparent;
29526
- transform: rotate(45deg);
29521
+ top: 0;
29522
+ left: 0;
29523
+ width: 0;
29524
+ height: 0;
29525
+ border-top: 6px solid #1890ff;
29526
+ border-right: 6px solid rgba(0, 0, 0, 0);
29527
29527
  pointer-events: none;
29528
29528
  }
29529
29529
  .qm-table .header--column .cell .is-cell-bg,
@@ -29995,9 +29995,6 @@ body {
29995
29995
  .body--column .cell--edit textarea[class='ant-input'] {
29996
29996
  resize: none;
29997
29997
  }
29998
- .body--column .cell--edit.is-error {
29999
- position: relative;
30000
- }
30001
29998
  .body--column .cell--edit.is-error .ant-input,
30002
29999
  .body--column .cell--edit.is-error .ant-input-affix-wrapper,
30003
30000
  .body--column .cell--edit.is-error .ant-select > .ant-select-selector {
@@ -30005,17 +30002,16 @@ body {
30005
30002
  box-shadow: none;
30006
30003
  z-index: 1;
30007
30004
  }
30008
- .body--column .cell--edit.is-error .ant-input-search + .cell-error {
30009
- right: 38px;
30010
- }
30011
30005
  .body--column .cell--edit.is-error .cell-error {
30006
+ content: ' ';
30012
30007
  position: absolute;
30013
- top: calc(50% - 9px);
30014
- font-size: 12px;
30015
- color: #ff4d4f;
30016
- right: 8px;
30017
- pointer-events: none;
30018
- z-index: 1;
30008
+ z-index: 2;
30009
+ top: 0;
30010
+ left: 0;
30011
+ width: 0;
30012
+ height: 0;
30013
+ border-top: 12px solid #ff4d4f;
30014
+ border-right: 12px solid rgba(0, 0, 0, 0);
30019
30015
  }
30020
30016
  .body--column.col--center .cell--edit .ant-input {
30021
30017
  text-align: center;