@zat-design/sisyphus-react 3.9.1-beta.1 → 3.9.1-beta.2
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/.vscode/extensions.json +5 -0
- package/dist/index.esm.css +6 -0
- package/dist/less.esm.css +6 -0
- package/es/ProDrawerForm/style/index.less +3 -0
- package/es/ProTable/style/index.less +6 -0
- package/lib/ProDrawerForm/style/index.less +3 -0
- package/lib/ProTable/style/index.less +6 -0
- package/package.json +1 -1
package/dist/index.esm.css
CHANGED
@@ -2167,6 +2167,9 @@
|
|
2167
2167
|
.ant-dropdown-placement-bottomLeft .ant-dropdown-menu-vertical.ant-dropdown-menu-light .ant-dropdown-menu-item-only-child:hover {
|
2168
2168
|
background: rgba(0, 106, 255, 0.08);
|
2169
2169
|
}
|
2170
|
+
.ant-table .original-value-tooltip {
|
2171
|
+
position: fixed;
|
2172
|
+
}
|
2170
2173
|
.pro-tooltip {
|
2171
2174
|
cursor: pointer;
|
2172
2175
|
}
|
@@ -4251,6 +4254,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4251
4254
|
.ant-select-tree-node-content-wrapper:has(.pro-tree-wrap-ellipse) {
|
4252
4255
|
overflow: hidden;
|
4253
4256
|
}
|
4257
|
+
.pro-drawer .original-value-tooltip {
|
4258
|
+
position: fixed;
|
4259
|
+
}
|
4254
4260
|
.pro-drawer .pro-drawer-close {
|
4255
4261
|
position: absolute;
|
4256
4262
|
top: 6px;
|
package/dist/less.esm.css
CHANGED
@@ -2167,6 +2167,9 @@
|
|
2167
2167
|
.ant-dropdown-placement-bottomLeft .ant-dropdown-menu-vertical.ant-dropdown-menu-light .ant-dropdown-menu-item-only-child:hover {
|
2168
2168
|
background: rgba(0, 106, 255, 0.08);
|
2169
2169
|
}
|
2170
|
+
.ant-table .original-value-tooltip {
|
2171
|
+
position: fixed;
|
2172
|
+
}
|
2170
2173
|
.pro-tooltip {
|
2171
2174
|
cursor: pointer;
|
2172
2175
|
}
|
@@ -4251,6 +4254,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4251
4254
|
.ant-select-tree-node-content-wrapper:has(.pro-tree-wrap-ellipse) {
|
4252
4255
|
overflow: hidden;
|
4253
4256
|
}
|
4257
|
+
.pro-drawer .original-value-tooltip {
|
4258
|
+
position: fixed;
|
4259
|
+
}
|
4254
4260
|
.pro-drawer .pro-drawer-close {
|
4255
4261
|
position: absolute;
|
4256
4262
|
top: 6px;
|