|
|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
- <a-image style="height: 200px; width: 100%" width="100%" :src="forumSrc" :preview="false" />
|
|
|
+ <div class="mb-4">
|
|
|
+ <a-image :src="forumTop" :preview="false" width="100%" />
|
|
|
</div>
|
|
|
- <div style="display: flex; justify-content: center" class="main-content-wrapper">
|
|
|
- <a-card :bordered="false" style="width: 1200px" class="formMount">
|
|
|
+ <div style="display: flex; justify-content: center;" class="main-content-wrapper">
|
|
|
+ <a-card :bordered="false" style="width: 1200px;" class="formMount">
|
|
|
<a-space>
|
|
|
<div style="display: flex">
|
|
|
<a-tooltip :getPopupContainer="(trigger) => trigger.parentElement">
|
|
|
@@ -94,7 +94,7 @@
|
|
|
import Form from './form.vue'
|
|
|
import { parseTime } from '@/utils/exam'
|
|
|
import { useRoute, useRouter } from 'vue-router'
|
|
|
- import forumSrc from '@/assets/images/cardBack/+1.png'
|
|
|
+ import forumTop from '@/assets/images/forum/top.png'
|
|
|
const route = useRoute()
|
|
|
const router = useRouter()
|
|
|
const formRef = ref()
|
|
|
@@ -380,4 +380,7 @@
|
|
|
-webkit-line-clamp: 1;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+ :deep(.formMount .ant-card-body) {
|
|
|
+ padding-top: 5px!important;
|
|
|
+ }
|
|
|
</style>
|