@antv/s2-vue 2.0.0-next.13 → 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 +283 -182
- package/esm/index.js +248 -163
- package/esm/index.js.map +1 -1
- package/esm/style.css +4 -1
- package/lib/index.js +246 -161
- package/lib/index.js.map +1 -1
- package/lib/style.css +4 -1
- package/package.json +37 -37
package/esm/style.css
CHANGED
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
.antv-s2-tooltip-operator-menus.ant-menu-vertical.ant-menu .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
33
33
|
color: var(--antv-s2-font, rgba(0, 0, 0, 0.65));
|
|
34
34
|
}
|
|
35
|
+
.antv-s2-tooltip-operator-menus.ant-menu-vertical.ant-menu .ant-menu-submenu.ant-menu-submenu-selected {
|
|
36
|
+
background-color: var(--antv-s2-tooltip-operator-menu-selected-background, #e6f4ff);
|
|
37
|
+
}
|
|
35
38
|
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-dropdown-menu-item,
|
|
36
39
|
.antv-s2-tooltip-operator-menus.ant-menu-vertical .ant-dropdown-menu-item,
|
|
37
40
|
.antv-s2-tooltip-operator-menus.ant-dropdown-menu-vertical .ant-menu-item,
|
|
@@ -174,7 +177,7 @@
|
|
|
174
177
|
border-radius: 4px;
|
|
175
178
|
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
176
179
|
font-size: 12px;
|
|
177
|
-
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;
|
|
178
181
|
}
|
|
179
182
|
.antv-s2-tooltip-container-hide {
|
|
180
183
|
opacity: 0;
|