| | |
| | | <template> |
| | | <div > |
| | | <div class=""> |
| | | <!-- <a-button v-if="tagName">{{tagName}}</a-button> --> |
| | | <a-affix :offset-top="80"> |
| | | <a-button @click="top += 70"> |
| | | Affix top |
| | | </a-button> |
| | | </a-affix> |
| | | <box5></box5> |
| | | <box5></box5> |
| | | <box5></box5> |
| | |
| | | <script> |
| | | import box5 from "../mini/box5-article.vue" |
| | | export default { |
| | | props: ['tagName'], |
| | | components: { |
| | | box5 |
| | | }, |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | </script> |
| | | |
| | | <style lang="less"> |
| | | // .container { |
| | | // height: 700px; |
| | | // } |
| | | |
| | | // .content { |
| | | // height: 95%; |
| | | // overflow-y: scroll; |
| | | // } |
| | | |
| | | // .content::-webkit-scrollbar { |
| | | // display: none; |
| | | // } |
| | | </style> |