feat:新增讨论页面 讨论详情页面

This commit is contained in:
songwc
2022-09-22 09:03:02 +08:00
parent 2648c27069
commit cd98c43a05

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="surveydetail"> <div class="surveydetailpage">
<!-- 面包屑导航 --> <!-- 面包屑导航 -->
<div <div
style="display: flex; align-items: center; justify-content: space-between" style="display: flex; align-items: center; justify-content: space-between"
@@ -225,7 +225,7 @@ export default {
display: table; display: table;
clear: both; clear: both;
} }
.surveydetail { .surveydetailpage {
.crumb { .crumb {
color: #fff; color: #fff;
display: flex; display: flex;
@@ -400,7 +400,7 @@ export default {
// } // }
.upload { .upload {
display: flex; display: flex;
// z-index: 999; // background-color: red;
.allimg { .allimg {
position: relative; position: relative;
display: flex; display: flex;