mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:19:01 +08:00
amis-saas-7601 [Feature] 「编辑器」长文本外观样式调整
Change-Id: I5c289b8955bfb9cbb616c90c5c2932c77697ca14
This commit is contained in:
parent
e5df65e033
commit
4fa143a5cb
@ -30,6 +30,9 @@
|
|||||||
& > .CodeMirror {
|
& > .CodeMirror {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-bottom: 26px;
|
padding-bottom: 26px;
|
||||||
|
.CodeMirror-vscrollbar {
|
||||||
|
margin-bottom: 26px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-expression {
|
.cm-expression {
|
||||||
@ -132,6 +135,9 @@
|
|||||||
& > .CodeMirror {
|
& > .CodeMirror {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px 10px 48px;
|
padding: 10px 10px 48px;
|
||||||
|
.CodeMirror-vscrollbar {
|
||||||
|
margin-bottom: 48px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user