You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
561 B
21 lines
561 B
<template> |
|
<view class="container"> |
|
<uni-title type="h1" title="工作日测酒"></uni-title> |
|
<scroll-view scroll-y="true" scroll-x="true"> |
|
<image src="/static/image/1.png" style="height: 200vh" mode="heightFix"></image> |
|
</scroll-view> |
|
<uni-title type="h1" title="督察任务"></uni-title> |
|
<scroll-view scroll-y="true" scroll-x="true"> |
|
<image src="/static/image/2.png" style="height: 200vh" mode="heightFix"></image> |
|
</scroll-view> |
|
</view> |
|
</template> |
|
|
|
<script> |
|
</script> |
|
|
|
<style lang="scss" scoped> |
|
.container { |
|
width: auto; |
|
} |
|
</style> |