questionDetail.vue 428 B

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