noStartTaskDetail.vue 406 B

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