f41be3ee by 吴蕾

材料信息样式编写

1 parent 1bba51ba
<template>
<dialogBox title="新建材料信息" width="60%">
</dialogBox>
</template>
<script>
export default {
props: {
},
data () {
return {}
},
methods: {}
}
</script>
<style scoped lang="scss">
</style>