gp-designer 1.0.85 → 1.0.87
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -0
- package/dist/gp-designer.es.js +137 -137
- package/dist/gp-designer.umd.js +7 -7
- package/dist/spa/topic/css/style.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -37,6 +37,7 @@
|
|
37
37
|
```css
|
38
38
|
/* 主题色 */
|
39
39
|
:root {
|
40
|
+
--main-color: #3574e6;
|
40
41
|
--gp-designer-theme-color: #3574e6;
|
41
42
|
}
|
42
43
|
|
@@ -53,6 +54,7 @@
|
|
53
54
|
/* 按钮类型主题色 */
|
54
55
|
.gp-designer-theme-button {
|
55
56
|
background-color: var(--gp-designer-theme-color);
|
57
|
+
border-color: var(--gp-designer-theme-color);
|
56
58
|
}
|
57
59
|
```
|
58
60
|
|