修正主视图长/宽样式,修复外部导入调用时实体缺失问题

This commit is contained in:
2025-05-26 15:44:13 +08:00
parent 37158e7cb1
commit a1a541fff0
7 changed files with 21 additions and 13 deletions

View File

@@ -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;