zhoule
11 months ago
6 changed files with 56 additions and 1 deletions
After Width: | Height: | Size: 2.9 MiB |
After Width: | Height: | Size: 755 KiB |
@ -0,0 +1,7 @@ |
|||
<template> |
|||
<div>1</div> |
|||
</template> |
|||
<script> |
|||
|
|||
</script> |
|||
|
@ -0,0 +1,14 @@ |
|||
<template> |
|||
<div> |
|||
<img class="img" src="@screen/images/digital/digitalTollStation.jpg" /> |
|||
</div> |
|||
</template> |
|||
<script> |
|||
|
|||
</script> |
|||
<style lang='scss' scoped> |
|||
.img { |
|||
height: 1030px; |
|||
width: 1920px; |
|||
} |
|||
</style> |
@ -0,0 +1,14 @@ |
|||
<template> |
|||
<div> |
|||
<img class="img" src="@screen/images/digital/gisAndBim.jpg" /> |
|||
</div> |
|||
</template> |
|||
<script> |
|||
|
|||
</script> |
|||
<style lang='scss' scoped> |
|||
.img { |
|||
height: 1030px; |
|||
width: 1920px; |
|||
} |
|||
</style> |
Loading…
Reference in new issue