Skip to content

Commit 0d9cec3

Browse files
committed
fix: 修正 bug
1 parent 7ac165d commit 0d9cec3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/base-monaco-editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0-beta.2
2+
3+
- 去除 `overflow: visible` 样式,避免动作面板遮住按钮
4+
15
## 1.1.0-beta.1
26

37
- 添加 controller 实例,可用作中间交换介质,解决与代码编辑相关的插件间的协作问题 [@wangshihao111](https://github.com/wangshihao111)

packages/base-monaco-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-base-monaco-editor",
3-
"version": "1.1.0-beta.1",
3+
"version": "1.1.0-beta.2",
44
"description": "代码编辑组件,monaco-editor 的低代码适配封装",
55
"publishConfig": {
66
"access": "public"

packages/base-monaco-editor/src/index.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
border-radius: 3px;
55
min-height: 100px;
66
border: 1px solid transparent;
7-
&.ve-code-control {
8-
overflow: visible;
9-
}
107
}
118

129
.ve-code-control:hover {

0 commit comments

Comments
 (0)