@antv/s2-vue 2.0.0-next.14 → 2.0.0-next.15
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/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/style.min.css +1 -1
- package/esm/index.d.ts +184 -155
- package/esm/index.js +245 -160
- package/esm/index.js.map +1 -1
- package/esm/style.css +1 -1
- package/lib/index.js +243 -158
- package/lib/index.js.map +1 -1
- package/lib/style.css +1 -1
- package/package.json +36 -36
package/esm/style.css
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
border-radius: 4px;
|
|
178
178
|
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
179
179
|
font-size: 12px;
|
|
180
|
-
font-family: Roboto, 'PingFang SC', 'Chinese Quote',
|
|
180
|
+
font-family: Roboto, 'PingFang SC', 'Chinese Quote', 'Segoe UI', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
181
181
|
}
|
|
182
182
|
.antv-s2-tooltip-container-hide {
|
|
183
183
|
opacity: 0;
|