hookehuyr

fix

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