| | |
| | | <template> |
| | | <div class="homeBox"> |
| | | <div class="headerBox"> |
| | | <div><p>数字教材平台</p></div> |
| | | <div><img :src="logo" /></div> |
| | | <div class="userInfoBox"> |
| | | <div></div> |
| | | <div></div> |
| | |
| | | let $route = useRoute() |
| | | import moment from 'moment' |
| | | import { ElMessage, ElMessageBox } from 'element-plus' |
| | | import logo from '@/assets/images/header/logo.png' |
| | | import mulu from '@/assets/images/menu/mulu.png' |
| | | import biji from '@/assets/images/menu/biji.png' |
| | | import ziyuan from '@/assets/images/menu/ziyuan.png' |
| | |
| | | const canvas = ref(null) |
| | | const floatingToolData = reactive({ |
| | | activeToolData: '', //选中工具 |
| | | elLeft: 380, |
| | | elLeft: 400, |
| | | elTop: 300, |
| | | startclientx: 0, |
| | | startclienty: 0, |
| | |
| | | padding: 0 20px; |
| | | display:flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | p { |
| | | font-size: 24px; |
| | | color: #ffffff; |
| | |
| | | position: fixed; |
| | | height: 430px; |
| | | top: 300px; |
| | | left: 400px; |
| | | left: 450px; |
| | | z-index: 99; |
| | | border-radius: 10px; |
| | | padding: 5px; |