Spaces:
Running
Running
Update Paper section text to be more friendly and inviting
Browse files
src/views/RequestView.vue
CHANGED
|
@@ -168,10 +168,12 @@
|
|
| 168 |
|
| 169 |
<div class="paper-card">
|
| 170 |
<div class="paper-content">
|
| 171 |
-
<
|
|
|
|
|
|
|
| 172 |
<div class="paper-links">
|
| 173 |
<a href="https://arxiv.org/pdf/2510.11695" target="_blank" rel="noopener" class="paper-link">
|
| 174 |
-
<i class="pi pi-file-pdf"></i> Read Paper
|
| 175 |
</a>
|
| 176 |
</div>
|
| 177 |
|
|
@@ -586,9 +588,9 @@ export default {
|
|
| 586 |
padding:24px;
|
| 587 |
}
|
| 588 |
.paper-content{ display:flex; flex-direction:column; gap:20px; }
|
| 589 |
-
.paper-
|
| 590 |
-
font-size:1.
|
| 591 |
-
|
| 592 |
}
|
| 593 |
.paper-links{ display:flex; gap:12px; align-items:center; }
|
| 594 |
.paper-link{
|
|
@@ -636,7 +638,7 @@ export default {
|
|
| 636 |
|
| 637 |
@media (max-width: 620px){
|
| 638 |
.paper-card{ padding:16px; }
|
| 639 |
-
.paper-
|
| 640 |
.citation-header{ flex-direction:column; align-items:flex-start; gap:8px; }
|
| 641 |
}
|
| 642 |
</style>
|
|
|
|
| 168 |
|
| 169 |
<div class="paper-card">
|
| 170 |
<div class="paper-content">
|
| 171 |
+
<div class="paper-description">
|
| 172 |
+
For more information, please check our released paper in arXiv. And remember to cite us if you find it useful!
|
| 173 |
+
</div>
|
| 174 |
<div class="paper-links">
|
| 175 |
<a href="https://arxiv.org/pdf/2510.11695" target="_blank" rel="noopener" class="paper-link">
|
| 176 |
+
<i class="pi pi-file-pdf"></i> Read Paper on arXiv
|
| 177 |
</a>
|
| 178 |
</div>
|
| 179 |
|
|
|
|
| 588 |
padding:24px;
|
| 589 |
}
|
| 590 |
.paper-content{ display:flex; flex-direction:column; gap:20px; }
|
| 591 |
+
.paper-description{
|
| 592 |
+
font-size:1.05rem; font-weight:500; color:#334155;
|
| 593 |
+
line-height:1.6; margin:0;
|
| 594 |
}
|
| 595 |
.paper-links{ display:flex; gap:12px; align-items:center; }
|
| 596 |
.paper-link{
|
|
|
|
| 638 |
|
| 639 |
@media (max-width: 620px){
|
| 640 |
.paper-card{ padding:16px; }
|
| 641 |
+
.paper-description{ font-size:0.95rem; }
|
| 642 |
.citation-header{ flex-direction:column; align-items:flex-start; gap:8px; }
|
| 643 |
}
|
| 644 |
</style>
|