dcp-design-react 1.11.10 → 1.11.11

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.
@@ -31499,7 +31499,7 @@ body {
31499
31499
  * @Author: 焦质晔
31500
31500
  * @Date: 2024-12-02 09:06:20
31501
31501
  * @Last Modified by: 焦质晔
31502
- * @Last Modified time: 2024-12-26 19:26:20
31502
+ * @Last Modified time: 2024-12-27 10:56:00
31503
31503
  */
31504
31504
  .qm-color-picker {
31505
31505
  position: absolute;
@@ -31574,14 +31574,16 @@ body {
31574
31574
  border-radius: 4px;
31575
31575
  }
31576
31576
  .qm-color-picker-slider-alpha {
31577
- background: url('./alpha.svg');
31577
+ background: repeating-conic-gradient(#ddd 0% 25%, #fff 25% 50%);
31578
+ background-size: 10px 10px;
31578
31579
  }
31579
31580
  .qm-color-picker-color-block {
31580
31581
  position: relative;
31581
31582
  width: 24px;
31582
31583
  height: 24px;
31583
31584
  overflow: hidden;
31584
- background-image: url('./alpha.svg');
31585
+ background: repeating-conic-gradient(#ddd 0% 25%, #fff 25% 50%);
31586
+ background-size: 10px 10px;
31585
31587
  border-radius: 4px;
31586
31588
  }
31587
31589
  .qm-color-picker-color-block-inner {