3h1-ui 2.11.9 → 2.11.10
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/es/index.js +5 -1
- package/es/style.css +7 -0
- package/lib/index.js +5 -1
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -21206,7 +21206,11 @@ const basicProps = {
|
|
|
21206
21206
|
// autoResize: true
|
|
21207
21207
|
headerCellStyle: {
|
|
21208
21208
|
backgroundColor: "#fafafa",
|
|
21209
|
-
color: "rgba(0, 0, 0, 0.85)"
|
|
21209
|
+
color: "rgba(0, 0, 0, 0.85)",
|
|
21210
|
+
fontFamily: "Arial, PuHuiTi !important",
|
|
21211
|
+
fontWeight: 700,
|
|
21212
|
+
fontSize: "12px",
|
|
21213
|
+
fontFeatureSetting: "tnum"
|
|
21210
21214
|
},
|
|
21211
21215
|
sortConfig: {
|
|
21212
21216
|
showIcon: false
|
package/es/style.css
CHANGED
|
@@ -26204,9 +26204,16 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
26204
26204
|
.vxe-table--border-line {
|
|
26205
26205
|
border-left-width: 0 !important;
|
|
26206
26206
|
border-right-width: 0 !important;
|
|
26207
|
+
border-top: 0 !important;
|
|
26207
26208
|
}
|
|
26208
26209
|
.vxe-header--row .vxe-header--column:last-child .vxe-resizable {
|
|
26209
26210
|
display: none;
|
|
26211
|
+
}
|
|
26212
|
+
.vxe-body--x-space {
|
|
26213
|
+
display: none !important;
|
|
26214
|
+
}
|
|
26215
|
+
.vxe-table--header-wrapper {
|
|
26216
|
+
background-color: #fafafa;
|
|
26210
26217
|
}[class*=vxe-icon--] {
|
|
26211
26218
|
display: inline-block;
|
|
26212
26219
|
vertical-align: middle;
|
package/lib/index.js
CHANGED
|
@@ -21208,7 +21208,11 @@ const basicProps = {
|
|
|
21208
21208
|
// autoResize: true
|
|
21209
21209
|
headerCellStyle: {
|
|
21210
21210
|
backgroundColor: "#fafafa",
|
|
21211
|
-
color: "rgba(0, 0, 0, 0.85)"
|
|
21211
|
+
color: "rgba(0, 0, 0, 0.85)",
|
|
21212
|
+
fontFamily: "Arial, PuHuiTi !important",
|
|
21213
|
+
fontWeight: 700,
|
|
21214
|
+
fontSize: "12px",
|
|
21215
|
+
fontFeatureSetting: "tnum"
|
|
21212
21216
|
},
|
|
21213
21217
|
sortConfig: {
|
|
21214
21218
|
showIcon: false
|