one-design-next 0.0.5 → 0.0.7

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.
@@ -1085,6 +1085,9 @@ html {
1085
1085
  box-shadow: var(--odn-popup-box-shadow);
1086
1086
  filter: var(--odn-popup-filter);
1087
1087
  }
1088
+ .odn-select-dropdown .rc-virtual-list-holder {
1089
+ transform: translateZ(0);
1090
+ }
1088
1091
  .odn-select-dropdown .rc-virtual-list-scrollbar-vertical {
1089
1092
  width: 6px !important;
1090
1093
  }
@@ -258,7 +258,7 @@ var Table = function Table(_ref2) {
258
258
  var startColor = "color-mix(in srgb, var(--odn-color-primary) ".concat(startOpacity * 100, "%, transparent)");
259
259
  var endColor = "color-mix(in srgb, var(--odn-color-primary) ".concat(endOpacity * 100, "%, transparent)");
260
260
  return {
261
- background: "linear-gradient(180deg, ".concat(startColor, " 0%, ").concat(endColor, " 100%)")
261
+ background: "linear-gradient(180deg, ".concat(startColor, " 0%, ").concat(endColor, " 100%), #fff")
262
262
  };
263
263
  };
264
264
  return _objectSpread(_objectSpread({}, _restCol), {}, {
@@ -213,6 +213,10 @@ tr > .odn-table-cell:last-child {
213
213
  cursor: pointer;
214
214
  }
215
215
 
216
+ .odn-table-cell-fix-left,
217
+ .odn-table-cell-fix-right {
218
+ z-index: 1;
219
+ }
216
220
  .odn-table-cell-fix-left::after,
217
221
  .odn-table-cell-fix-right::after {
218
222
  content: "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "one-design-next",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "One Design Next from TAD@tencent.com",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",