easy3wui 1.5.71 → 1.5.72-beta.2
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/btn.css +0 -1
- package/assets/index.css +1 -2
- package/assets/login.css +1 -1
- package/package.json +1 -1
package/assets/btn.css
CHANGED
package/assets/index.css
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
margin-right: 12px;
|
|
63
63
|
}
|
|
64
64
|
.e3wLoginMain #pop {
|
|
65
|
-
color: #
|
|
65
|
+
color: #1890ff;
|
|
66
66
|
}
|
|
67
67
|
.e3wCardSpanCardTitle {
|
|
68
68
|
font-weight: 600;
|
|
@@ -2536,7 +2536,6 @@ s {
|
|
|
2536
2536
|
}
|
|
2537
2537
|
.e3wPositionA {
|
|
2538
2538
|
font-size: 15px;
|
|
2539
|
-
color: #5468b2;
|
|
2540
2539
|
font-weight: 900;
|
|
2541
2540
|
margin-left: 15px;
|
|
2542
2541
|
}
|
package/assets/login.css
CHANGED