mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-15 13:56:49 +08:00
feat:新增讨论页面 讨论详情页面
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="surveydetail">
|
||||
<div class="surveydetailpage">
|
||||
<!-- 面包屑导航 -->
|
||||
<div
|
||||
style="display: flex; align-items: center; justify-content: space-between"
|
||||
@@ -225,7 +225,7 @@ export default {
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
.surveydetail {
|
||||
.surveydetailpage {
|
||||
.crumb {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
@@ -400,7 +400,7 @@ export default {
|
||||
// }
|
||||
.upload {
|
||||
display: flex;
|
||||
// z-index: 999;
|
||||
// background-color: red;
|
||||
.allimg {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user