| | |
| | | <template> |
| | | <a-affix :offset-top="600"> |
| | | |
| | | <div style="padding-left:5px;"> |
| | | <div style="padding-left:5px;" class="myButton"> |
| | | <!-- <a-button @click="showDrawer1"> |
| | | 抽屉1 |
| | | </a-button> --> |
| | | <!-- <a-button @click="showDrawer2"> |
| | | 抽屉2 |
| | | </a-button> --> |
| | | <a-button @click="showMessage"> |
| | | <a-badge status="success"> |
| | | 消息 |
| | | </a-badge> |
| | | <a-icon type="message" /> |
| | | </a-button> |
| | | <a-button @click="showPreview"> |
| | | 预览 |
| | | <a-icon type="youtube" /> |
| | |
| | | <a-icon :type="iconType" /> |
| | | </transition> |
| | | </a-button> |
| | | |
| | | |
| | | <!-- <a-button> |
| | | 工具 |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | showMessage() { |
| | | this.$emit('showMessage') |
| | | }, |
| | | showModal() { |
| | | this.$emit('showModal') |
| | | }, |
| | |
| | | </script> |
| | | |
| | | <style lang="less"> |
| | | |
| | | .myButton { |
| | | button { |
| | | min-width: 90px; |
| | | } |
| | | } |
| | | </style> |