questionDetail.vue 508 B

12345678910111213141516171819202122232425262728
  1. <template>
  2. </template>
  3. <script>
  4. // import questionHandleItem from "@/pages/dzf/components/questionHandleItem.vue"
  5. //import problemAppealItem from "@/pages/dzf/components/problemAppealItem.vue"
  6. import {Store} from "@/common/store.js";
  7. import {enterpriseVisit} from "@/api/dzf/enterpriseVisit.js";
  8. </script>
  9. <style lang="scss" scoped>
  10. .container {
  11. padding-bottom: 160rpx;
  12. }
  13. .slotContent {
  14. height: 700rpx;
  15. overflow-y: auto;
  16. }
  17. .scrollLock {
  18. width: 100%;
  19. position: fixed;
  20. }
  21. </style>