hookehuyr

fix

......@@ -19,7 +19,7 @@
</div>
</div>
<div class="poster-mission">
<div style="font-weight: bold; text-decoration: underline; margin-bottom: 0.5rem;">
<div style="font-weight: bold; margin-bottom: 0.5rem;">
{{ tree_data?.mission_title }}
</div>
<div style="font-size: 0.9rem; margin-bottom: 0.5rem;">
......@@ -235,7 +235,7 @@ const afterRead = async (res) => {
overflow: auto;
.poster-contain-wrapper {
// height: calc(83vh - 2rem);
padding: 3rem 1rem 1rem;
padding: 1rem;
.poster-contain {
position: relative;
padding: 1rem;
......