修正主视图长/宽样式,修复外部导入调用时实体缺失问题
This commit is contained in:
@@ -59,8 +59,8 @@ async function HandleUpdateConfig() {
|
||||
<style scoped lang="scss">
|
||||
.material-view
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100cqw;
|
||||
height: 100cqh;
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user