优化测试逻辑,更加靠拢chrome实际运行表现

This commit is contained in:
xu_yanfeng
2024-12-11 17:52:58 +08:00
parent b7dbec512a
commit 05585163c0
5 changed files with 186 additions and 108 deletions

View File

@@ -29,7 +29,6 @@ export default defineComponent({
Bus.emit(BusMsg.ShowPlace, props.data);
},
getEngineTypeIcon() {
console.log(props.data.engineType);
switch (props.data.engineType) {
case "cc_Sprite": {
return "icon_picture";

View File

@@ -5,7 +5,7 @@
<div style="flex: 1"></div>
<i style="" @click.stop="onLog" class="print iconfont icon_print"></i>
</template>
<div>
<div style="padding-left: 6px">
<UiProp v-for="(item, index) in group.data" :key="index" :name="item.name" :value="item.value"> </UiProp>
</div>
</CCSection>

View File

@@ -145,8 +145,6 @@ export default defineComponent({
<style scoped lang="less">
.ui-prop {
min-height: 30px;
margin: 1px 0;
display: flex;
flex-direction: column;
justify-content: center;