|
@@ -74,7 +74,7 @@
|
|
|
</el-collapse>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <h2 v-if="curQue.title" style="margin-top:0">{{curQue.title}}</h2>
|
|
|
+ <h2 v-if="curQue.title">{{curQue.title}}</h2>
|
|
|
<div v-for="(items, indexs) in curQue.option" :key="indexs">
|
|
|
<div class="item-content">
|
|
|
<b class="xuhao" v-if="items.number">{{items.number}}</b>
|
|
@@ -283,7 +283,7 @@ export default {
|
|
|
}
|
|
|
.NPC-zhedie {
|
|
|
width: 780px;
|
|
|
- margin-top: 16px;
|
|
|
+// margin-top: 16px;
|
|
|
.topTitle {
|
|
|
width: 100%;
|
|
|
display: flex;
|