raise-common-lib 0.0.87 → 0.0.89
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/package.json
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
&:not([disabled]):hover,
|
|
67
67
|
&:not([disabled]):active,
|
|
68
68
|
&:not([disabled]):focus {
|
|
69
|
-
border-color:
|
|
69
|
+
border-color: transparent !important;
|
|
70
70
|
background: rgba(31, 123, 255, 0.04) !important;
|
|
71
71
|
color: #1364b3 !important;
|
|
72
72
|
}
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.e-split-btn-wrapper {
|
|
138
|
+
ejs-splitbutton.e-split-btn-wrapper {
|
|
139
139
|
&.e-splitbtn-disabled{
|
|
140
140
|
opacity: 0.4;
|
|
141
141
|
color: var(--rs-cancel-btn-color) !important;
|
|
@@ -3,11 +3,10 @@ textarea.e-input,
|
|
|
3
3
|
.e-textbox.e-input {
|
|
4
4
|
font-size: var(--rs-input-font-size) !important;
|
|
5
5
|
color: var(--rs-input-color) !important;
|
|
6
|
-
box-shadow: none !important;
|
|
7
6
|
border-radius: var(--rs-input-border-radius);
|
|
8
7
|
border-color: var(--rs-input-border-color) !important;
|
|
9
8
|
&:not(.error):not([disabled]):not([readonly]):hover {
|
|
10
|
-
box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4)
|
|
9
|
+
box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4);
|
|
11
10
|
border-color: var(--rs-input-hover-border-color) !important;
|
|
12
11
|
}
|
|
13
12
|
&:not([disabled]):not([readonly]):focus {
|
|
@@ -40,7 +39,7 @@ input.e-input {
|
|
|
40
39
|
border-color: var(--rs-input-border-color) !important;
|
|
41
40
|
&.e-input-focus,
|
|
42
41
|
&:not(.e-disabled):hover {
|
|
43
|
-
box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4)
|
|
42
|
+
box-shadow: 0px 0px 3px 0px rgba(31, 123, 255, 0.4);
|
|
44
43
|
border-color: var(--rs-input-hover-border-color) !important;
|
|
45
44
|
input.e-input {
|
|
46
45
|
box-shadow: none !important;
|
|
@@ -75,6 +74,11 @@ input.e-input {
|
|
|
75
74
|
display: none;
|
|
76
75
|
}
|
|
77
76
|
}
|
|
77
|
+
.e-input-group {
|
|
78
|
+
input.e-input:hover {
|
|
79
|
+
box-shadow: none !important;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
78
82
|
|
|
79
83
|
ejs-numerictextbox.e-lib.error {
|
|
80
84
|
.e-numeric.e-input-group {
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "../../../../../node_modules/@syncfusion/ej2-base/styles/bootstrap4.css";
|
|
2
|
+
@import "../../../../../node_modules/@syncfusion/ej2-buttons/styles/bootstrap4.css";
|
|
3
|
+
@import "../../../../../node_modules/@syncfusion/ej2-inputs/styles/bootstrap4.css";
|
|
4
|
+
@import "../../../../../node_modules/@syncfusion/ej2-popups/styles/bootstrap4.css";
|
|
5
|
+
@import "../../../../../node_modules/@syncfusion/ej2-lists/styles/bootstrap4.css";
|
|
6
|
+
@import "../../../../../node_modules/@syncfusion/ej2-navigations/styles/bootstrap4.css";
|
|
7
|
+
@import "../../../../../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap4.css";
|
|
8
|
+
@import "../../../../../node_modules/@syncfusion/ej2-icons/styles/bootstrap4.css";
|
|
9
|
+
@import "../../../../../node_modules/@syncfusion/ej2-calendars/styles/bootstrap4.css";
|
|
10
|
+
@import "../../../../../node_modules/@syncfusion/ej2-dropdowns/styles/bootstrap4.css";
|
|
11
|
+
@import "../../../../../node_modules/@syncfusion/ej2-angular-documenteditor/styles/bootstrap4.css";
|
|
12
|
+
@import "../../../../../node_modules/@syncfusion/ej2-angular-grids/styles/bootstrap4.css";
|
|
13
|
+
@import "../../../../../node_modules/@syncfusion/ej2-angular-layouts/styles/bootstrap4.css";
|
|
14
|
+
@import "../../../../../node_modules/@syncfusion/ej2-angular-popups/styles/bootstrap4.css";
|
|
15
|
+
@import "../../../../../node_modules/@syncfusion/ej2-grids/styles/bootstrap4.css";
|
|
16
|
+
@import "../../../../../node_modules/@syncfusion/ej2-treegrid/styles/bootstrap4.css";
|
|
17
|
+
@import "../../../../../node_modules/@syncfusion/ej2-spreadsheet/styles/material.css";
|
|
18
|
+
@import "../../../../../node_modules/@syncfusion/ej2-documenteditor/styles/bootstrap4.css";
|
|
19
|
+
@import "../../../../../node_modules/@syncfusion/ej2-angular-pivotview/styles/bootstrap4.css";
|
|
20
|
+
@import "../../../../../node_modules/@syncfusion/ej2-angular-calendars/styles/bootstrap4.css";
|
|
21
|
+
@import "../../../../../node_modules/@syncfusion/ej2-angular-pdfviewer/styles/bootstrap4.css";
|
|
2
22
|
@import "./variables";
|
|
3
23
|
@import "./reset/input.scss";
|
|
4
24
|
@import "./reset/button.scss";
|
|
@@ -9,11 +29,10 @@
|
|
|
9
29
|
@import "./reset/radio.scss";
|
|
10
30
|
@import "./reset/checkbox.scss";
|
|
11
31
|
|
|
12
|
-
|
|
13
|
-
html{
|
|
32
|
+
html {
|
|
14
33
|
overflow: hidden;
|
|
15
34
|
}
|
|
16
|
-
body{
|
|
35
|
+
body {
|
|
17
36
|
margin: 0;
|
|
18
37
|
padding: 0;
|
|
19
38
|
}
|
|
@@ -56,6 +75,6 @@ input {
|
|
|
56
75
|
}
|
|
57
76
|
::-webkit-scrollbar-thumb {
|
|
58
77
|
// 滚动条滑块颜色
|
|
59
|
-
background: rgba(108, 124, 144, 0.
|
|
78
|
+
background: rgba(108, 124, 144, 0.3);
|
|
60
79
|
border-radius: 3px;
|
|
61
80
|
}
|