forked from Gitlink/forgeplus-react
markdown 左右宽度
This commit is contained in:
parent
41d24b341c
commit
dbadc3f1a0
|
@ -93,6 +93,9 @@ body {
|
||||||
.editormd-preview .markdown-body{
|
.editormd-preview .markdown-body{
|
||||||
padding:0px !important;
|
padding:0px !important;
|
||||||
}
|
}
|
||||||
|
.editormd-preview{
|
||||||
|
width: 50%!important;
|
||||||
|
}
|
||||||
|
|
||||||
/* 图片点击放大的场景,隐藏图片链接 */
|
/* 图片点击放大的场景,隐藏图片链接 */
|
||||||
.editormd-image-click-expand .editormd-image-dialog {
|
.editormd-image-click-expand .editormd-image-dialog {
|
||||||
|
|
Loading…
Reference in New Issue