15 lines
321 B
Vue
Raw Normal View History

2022-06-15 08:56:20 +08:00
<template>
<!-- 材料管理 -->
<div class="material">
<vue-scroll>
<img src="@/assets/images/dataBoard/5.png" style="height:auto;width:100%"/>
</vue-scroll>
</div>
</template>
<style lang="less" scoped>
.material{
height: 100%;
width:100%;
text-align: center;
}
</style>