ls-pro-common 3.0.0 → 3.0.1

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/dist/common.css CHANGED
@@ -1,4 +1,5 @@
1
1
  body {
2
+ --bg-color: #F9FAFB;
2
3
  --ant-primary-color: #0E55CB;
3
4
  --ant-primary-color-hover: #3277d9;
4
5
  --ant-primary-color-active: #033ca6;
@@ -120,7 +121,7 @@ body.theme-yellow .ant-pro-table-alert-info-content a:active {
120
121
  left: 0;
121
122
  right: 0;
122
123
  bottom: 0;
123
- background: #f5f5f5;
124
+ background: var(--bg-color, #F9FAFB);
124
125
  display: flex;
125
126
  flex-direction: column;
126
127
  z-index: 50;
@@ -1,4 +1,5 @@
1
1
  body {
2
+ --bg-color: #F9FAFB;
2
3
  --ant-primary-color: #0E55CB;
3
4
  --ant-primary-color-hover: #3277d9;
4
5
  --ant-primary-color-active: #033ca6;
@@ -120,7 +121,7 @@ body.theme-yellow .ant-pro-table-alert-info-content a:active {
120
121
  left: 0;
121
122
  right: 0;
122
123
  bottom: 0;
123
- background: #f5f5f5;
124
+ background: var(--bg-color, #F9FAFB);
124
125
  display: flex;
125
126
  flex-direction: column;
126
127
  z-index: 50;
@@ -1,4 +1,8 @@
1
1
  body {
2
+
3
+ --bg-color:#F9FAFB;
4
+
5
+
2
6
  --ant-primary-color : #0E55CB;
3
7
  --ant-primary-color-hover : #3277d9;
4
8
  --ant-primary-color-active : #033ca6;
@@ -172,7 +176,7 @@ body.theme-yellow {
172
176
  left : 0;
173
177
  right : 0;
174
178
  bottom : 0;
175
- background : #f5f5f5;
179
+ background : var(--bg-color,#F9FAFB);
176
180
  display : flex;
177
181
  flex-direction: column;
178
182
  z-index : 50;
@@ -1,4 +1,8 @@
1
1
  body {
2
+
3
+ --bg-color:#F9FAFB;
4
+
5
+
2
6
  --ant-primary-color : #0E55CB;
3
7
  --ant-primary-color-hover : #3277d9;
4
8
  --ant-primary-color-active : #033ca6;
@@ -172,7 +176,7 @@ body.theme-yellow {
172
176
  left : 0;
173
177
  right : 0;
174
178
  bottom : 0;
175
- background : #f5f5f5;
179
+ background : var(--bg-color,#F9FAFB);
176
180
  display : flex;
177
181
  flex-direction: column;
178
182
  z-index : 50;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ls-pro-common",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "ls-pro-common",
5
5
  "keywords": [
6
6
  "antd",