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;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
height: calc(100% - $--page-bar-height);
|
||||
height: calc(100% - #{$--page-bar-height});
|
||||
}
|
||||
|
||||
&-content {
|
||||
|
@ -1,7 +1,7 @@
|
||||
.m-editor-stage {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: calc(100% - $--page-bar-height);
|
||||
height: calc(100% - #{$--page-bar-height});
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user