| | |
| | | <MyFilePicture |
| | | v-else-if="activeIndex === 2" |
| | | :filesPictureVo="filesPictureVo" |
| | | :mycode='mycode' |
| | | :mycode="mycode" |
| | | ></MyFilePicture> |
| | | <MySovleProblem |
| | | v-else-if="activeIndex === 3" |
| | |
| | | }, |
| | | methods: { |
| | | changeComponent(index) { |
| | | this.activeIndex = index; |
| | | this.activeIndex = index; |
| | | }, |
| | | }, |
| | | props: ["info","mycode"], |
| | | props: ["info", "mycode"], |
| | | }; |
| | | </script> |
| | | <style lang="scss" scoped> |
| | |
| | | display: flex; |
| | | // justify-content: space-between; |
| | | line-height: 20px; |
| | | |
| | | .data-detail { |
| | | line-height: 1.8; |
| | | max-width: 240px; |
| | | display: inline-grid; |
| | | } |
| | | } |
| | | |
| | | border: 1px solid #17324c; |
| | |
| | | height: 600px; |
| | | position: relative; |
| | | .show-wrap { |
| | | overflow: scroll; |
| | | overflow: auto; |
| | | height: 600px; |
| | | } |
| | | } |