1234567891011121314151617181920212223 |
- <template>
- <view class="content">
- <fxyk-navbar :isSearch="false" title="终止原因"/>
- <fxyk-textarea/>
- <fxyk-button content="确认" width="238"/>
- </view>
- </template>
- <script>
- </script>
- <style lang="scss" scoped>
- page {
- width: 100%;
- height: 100%;
- }
- .content {
- width: 100%;
- height: 100%;
- min-height: 100vh;
- background-color: $yk-bg-color;
- }
- </style>
|