mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-16 22:36:48 +08:00
feat:新增讨论页面 讨论详情页面
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user