raise-common-lib 0.0.157 → 0.0.158
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/bundles/raise-common-lib.umd.js +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/layout/multi-tab/index.component.js +1 -1
- package/esm5/lib/layout/multi-tab/index.component.js +1 -1
- package/fesm2015/raise-common-lib.js +1 -1
- package/fesm5/raise-common-lib.js +1 -1
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
- package/src/assets/style/reset/grid.scss +4 -1
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
.e-spinner-pane {
|
|
9
9
|
display: none !important; // 隐藏默认的loading spinner
|
|
10
10
|
}
|
|
11
|
+
.e-summarycell {
|
|
12
|
+
padding-right: 36px !important;
|
|
13
|
+
}
|
|
11
14
|
.e-gridheader {
|
|
12
15
|
height: auto;
|
|
13
16
|
border-top: none;
|
|
@@ -206,7 +209,7 @@
|
|
|
206
209
|
width: 16px;
|
|
207
210
|
height: 16px;
|
|
208
211
|
}
|
|
209
|
-
|
|
212
|
+
|
|
210
213
|
&.e-filtered {
|
|
211
214
|
background-color: rgba(31, 123, 255, 0.1);
|
|
212
215
|
}
|