fix(editor): 修正css sass变量
遇到浏览器报错
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user