easy3wui 1.4.261 → 1.4.262
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/assets/formPage.css +2 -2
- package/assets/index.css +2 -2
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
}
|
|
18
18
|
.e3wFormPageNoBorder > div > .ant-row .ant-btn {
|
|
19
19
|
height: 24px;
|
|
20
|
-
color:
|
|
20
|
+
color: #5468b2;
|
|
21
21
|
}
|
|
22
22
|
.e3wFormPage {
|
|
23
23
|
border-top: 1px solid #e8e8e8;
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
.e3wFormPage > div > .ant-row .ant-btn {
|
|
33
33
|
height: 24px;
|
|
34
|
-
color:
|
|
34
|
+
color: #5468b2;
|
|
35
35
|
}
|
|
36
36
|
.e3wFormItem .ant-form-item {
|
|
37
37
|
margin-bottom: 8px;
|
package/assets/index.css
CHANGED
|
@@ -1617,7 +1617,7 @@ s {
|
|
|
1617
1617
|
}
|
|
1618
1618
|
.e3wFormPageNoBorder > div > .ant-row .ant-btn {
|
|
1619
1619
|
height: 24px;
|
|
1620
|
-
color:
|
|
1620
|
+
color: #5468b2;
|
|
1621
1621
|
}
|
|
1622
1622
|
.e3wFormPage {
|
|
1623
1623
|
border-top: 1px solid #e8e8e8;
|
|
@@ -1631,7 +1631,7 @@ s {
|
|
|
1631
1631
|
}
|
|
1632
1632
|
.e3wFormPage > div > .ant-row .ant-btn {
|
|
1633
1633
|
height: 24px;
|
|
1634
|
-
color:
|
|
1634
|
+
color: #5468b2;
|
|
1635
1635
|
}
|
|
1636
1636
|
.e3wFormItem .ant-form-item {
|
|
1637
1637
|
margin-bottom: 8px;
|