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

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

@@ -10,10 +10,10 @@
<label>材质名</label>
<input v-model.trim="materialInfo.materialName" type="text" placeholder="材质名" />
<!-- <CfFlex gap="1em">
<CfFlex gap="1em" v-if="debugMode">
<button class="btn-success" style="min-width: 110px;" @click="HandleUpload">上传</button>
<button class="btn-danger" style="min-width: 110px;" @click="HandleCancel">取消</button>
</CfFlex> -->
</CfFlex>
</div>
<div class="adjust-section">

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;