1234567891011121314151617 |
- <template>
- <view class="icon" style="display: flex;flex-direction: column;height: 1000rpx;">
- <image src="/static///noDate.png"
- style="margin: 0 auto;height: 150px;width:250px;margin-top: 90px;"></image>
- <text style="margin: 0 auto;color: rgba(102, 102, 102, 1);">
- 暂无数据
- </text>
- </view>
- </template>
- <script setup>
- </script>
- <style lang="scss" scoped>
- @import './index.scss'
- </style>
|