| | |
| | | import { getNotice } from '@/api/home/homePage' |
| | | import useUserStore from '@/store/modules/user' |
| | | import {ElMessage} from "element-plus"; |
| | | import articlePng from "@/assets/images/article.png"; |
| | | import articlePng from "@/assets/images/article.png" |
| | | const emit = defineEmits(['openDetails']) |
| | | const route = useRoute() |
| | | const router = useRouter() |
| | |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: center; |
| | | margin-top: 170px; |
| | | margin-top: 150px; |
| | | |
| | | .main-content{ |
| | | width: 1200px; |
| | | margin: 20px 0; |
| | | margin: 15px 0; |
| | | background: #fff; |
| | | border-radius: 4px; |
| | | box-shadow: 1px 1px 3px rgba(0,0,0,.04); |
| | |
| | | |
| | | .list{ |
| | | padding: 15px 0; |
| | | max-height: calc(100vh - 350px); |
| | | height: calc(100vh - 280px); |
| | | overflow-y: auto; |
| | | |
| | | &>div{ |
| | |
| | | |
| | | .pag-container{ |
| | | width: 100%; |
| | | height: 80px; |
| | | height: 60px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: right; |