projectEnd.vue 378 B

1234567891011121314151617181920212223
  1. <template>
  2. <view class="content">
  3. <fxyk-navbar :isSearch="false" title="终止原因"/>
  4. <fxyk-textarea/>
  5. <fxyk-button content="确认" width="238"/>
  6. </view>
  7. </template>
  8. <script>
  9. </script>
  10. <style lang="scss" scoped>
  11. page {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .content {
  16. width: 100%;
  17. height: 100%;
  18. min-height: 100vh;
  19. background-color: $yk-bg-color;
  20. }
  21. </style>