dcp-design-react 1.8.16 → 1.8.17

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.
@@ -30200,6 +30200,22 @@ table {
30200
30200
  top: 50%;
30201
30201
  transform: translateY(-50%) translateX(100%) rotate(90deg);
30202
30202
  }
30203
+ .qm-tour-primary .qm-tour-inner {
30204
+ background-color: #1890ff;
30205
+ }
30206
+ .qm-tour-primary .qm-tour-inner .qm-tour-close {
30207
+ color: #fff;
30208
+ }
30209
+ .qm-tour-primary .qm-tour-inner .qm-tour-title {
30210
+ color: #fff;
30211
+ }
30212
+ .qm-tour-primary .qm-tour-inner .qm-tour-indicator-active {
30213
+ background-color: #fff;
30214
+ }
30215
+ .qm-tour-primary .qm-tour-arrow::before,
30216
+ .qm-tour-primary .qm-tour-arrow::after {
30217
+ background-color: #1890ff;
30218
+ }
30203
30219
  /*
30204
30220
  * @Author: 焦质晔
30205
30221
  * @Date: 2022-01-11 18:01:20