@kdcloudjs/kdesign 1.8.46 → 1.8.48

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.
@@ -10924,10 +10924,12 @@ textarea {
10924
10924
  margin-right: @progress-line-text-margin-left;
10925
10925
  margin-left: 0;
10926
10926
  text-align: right;
10927
+ right: auto !important;
10928
+ transform: translate(-50%, -50%) !important;
10927
10929
  }
10928
- .@{progress-prefix-cls}-circle {
10929
- transform: rotateY(180deg);
10930
- }
10930
+ // .@{progress-prefix-cls}-circle {
10931
+ // transform: rotateY(180deg);
10932
+ // }
10931
10933
  }
10932
10934
  /*! rtl:end:ignore */
10933
10935
 
package/dist/kdesign.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.46
3
+ * @kdcloudjs/kdesign v1.8.48
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -16847,10 +16847,9 @@ textarea {
16847
16847
  margin-right: var(--kd-c-progress-line-text-spacing-margin-left, 8px);
16848
16848
  margin-left: 0;
16849
16849
  text-align: right;
16850
- }
16851
- .kd-progress-rtl .kd-progress-circle {
16852
- -webkit-transform: rotateY(180deg);
16853
- transform: rotateY(180deg);
16850
+ right: auto !important;
16851
+ -webkit-transform: translate(-50%, -50%) !important;
16852
+ transform: translate(-50%, -50%) !important;
16854
16853
  }
16855
16854
  /*! rtl:end:ignore */
16856
16855