mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-11-25 20:07:36 +00:00
优化测试逻辑,更加靠拢chrome实际运行表现
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user