dcp-design-react 1.8.15 → 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.
- package/lib/form/src/types.d.ts +1 -0
- package/lib/guide-tracker/style/index.less +192 -192
- package/lib/hooks/useLockscreen.d.ts +1 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +16 -0
- package/lib/style/index.min.css +1 -1
- package/lib/tour/src/TourStep/index.d.ts +1 -0
- package/lib/tour/style/index.less +23 -0
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -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
|