mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(editor): 修正css sass变量
遇到浏览器报错
This commit is contained in:
parent
1f6c59ee41
commit
940b08b2c5
@ -35,7 +35,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: calc(100% - $--page-bar-height);
|
height: calc(100% - #{$--page-bar-height});
|
||||||
}
|
}
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.m-editor-stage {
|
.m-editor-stage {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - $--page-bar-height);
|
height: calc(100% - #{$--page-bar-height});
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user