15 lines
321 B
Vue
15 lines
321 B
Vue
<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> |