diff --git a/one/docs/components/overlay.md b/one/docs/components/overlay.md index 8f10333..4f8bb01 100644 --- a/one/docs/components/overlay.md +++ b/one/docs/components/overlay.md @@ -44,7 +44,7 @@ | `local` | `boolean` | `false` | 是否将浮层保留在原来的 DOM 位置,而非移动到全局位置并参与[全局浮层管理](../advanced/overlay)。 | | `overlay-class` | `string | Array | Object=` | - | [^overlay-class] | | `overlay-style` | `string | Array | Object=` | - | [^overlay-style] | -| `options` | `Object` | 透传给底层 Popper.js 实现的 `modifiers` 配置项,具体内容参见[这里](https://popper.js.org/docs/v1/#modifiers)。 | +| `options` | `Object` | - | 透传给底层 Popper.js 实现的 `modifiers` 配置项,具体内容参见[这里](https://popper.js.org/docs/v1/#modifiers)。 | ^^^open :::badges diff --git a/one/docs/en-US/components/overlay.md b/one/docs/en-US/components/overlay.md index f7fea01..9117885 100644 --- a/one/docs/en-US/components/overlay.md +++ b/one/docs/en-US/components/overlay.md @@ -44,7 +44,7 @@ The stacking order of child overlays a affected by their parent overlays. | `local` | `boolean` | `false` | Whether to keep the overlay in it's original DOM location, instead of moving it to the global scope and participates in the [global overlay management](../advanced/overlay). | | `overlay-class` | `string|Array|Object=` | - | [^overlay-class] | | `overlay-style` | `string|Array|Object=` | - | [^overlay-style] | -| `options` | `Object` | Configuration object passed to the `modifiers` option of the underlying Popper.js implementation. See [here](https://popper.js.org/docs/v1/#modifiers) for more details. | +| `options` | `Object` | - | Configuration object passed to the `modifiers` option of the underlying Popper.js implementation. See [here](https://popper.js.org/docs/v1/#modifiers) for more details. | ^^^open :::badges