统一文件名

This commit is contained in:
aixianling
2022-08-31 11:49:32 +08:00
parent bc5408bfbc
commit 28968f7cbb

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="AppShowProduce"> <div class="AppNavConfig">
<List <List
slot="content" slot="content"
:instance="instance" :instance="instance"
@@ -34,7 +34,7 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.AppShowProduce { .AppNavConfig {
height: 100%; height: 100%;
} }
</style> </style>