|
@@ -133,7 +133,7 @@
|
|
<div v-loading="infoLoading" class="info-list">
|
|
<div v-loading="infoLoading" class="info-list">
|
|
<div v-html="infoContent"></div>
|
|
<div v-html="infoContent"></div>
|
|
</div>
|
|
</div>
|
|
- <div slot="reference">审核详情</div>
|
|
|
|
|
|
+ <div slot="reference" class="check-detail">审核详情</div>
|
|
</el-popover>
|
|
</el-popover>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -410,4 +410,9 @@ export default {
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+.check-detail {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #6e6e6e;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|