easy3wui 1.5.71 → 1.5.72-beta.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/assets/btn.css +5 -1
- package/assets/index.css +2 -2
- package/assets/login.css +1 -1
- package/package.json +1 -1
package/assets/btn.css
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
2
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
3
|
+
/* stylelint-disable */
|
|
4
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
1
5
|
.e3wFootBtn {
|
|
2
6
|
margin: 0px 8px;
|
|
3
7
|
}
|
|
@@ -11,7 +15,7 @@
|
|
|
11
15
|
}
|
|
12
16
|
.e3wPositionA {
|
|
13
17
|
font-size: 15px;
|
|
14
|
-
color: #
|
|
18
|
+
color: #1890ff;
|
|
15
19
|
font-weight: 900;
|
|
16
20
|
margin-left: 15px;
|
|
17
21
|
}
|
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,7 @@ s {
|
|
|
2536
2536
|
}
|
|
2537
2537
|
.e3wPositionA {
|
|
2538
2538
|
font-size: 15px;
|
|
2539
|
-
color: #
|
|
2539
|
+
color: #1890ff;
|
|
2540
2540
|
font-weight: 900;
|
|
2541
2541
|
margin-left: 15px;
|
|
2542
2542
|
}
|
package/assets/login.css
CHANGED