迁移基本完成,还有一些页面需要核对

This commit is contained in:
2025-12-22 16:55:31 +08:00
parent 7e44fe8a2a
commit 49fe419232
16 changed files with 327 additions and 24 deletions

View File

@@ -24,8 +24,13 @@
</div>
</td>
<td>
<div class="url">
<a href="/study/posts/new" class="url">新建文章</a>
<div style="margin: -5px 0 0 10px;" class="url" x-data="{ open: false }">
<div class="url" @click="open = true">子功能</div>
<div x-show="open" @click.away="open = false">
<div>
<a href="/study/posts/new" class="url">新建文章</a>
</div>
</div>
</div>
</td>
</tr>
@@ -51,4 +56,6 @@
color: rgb(0, 0, 0);
text-decoration: none;
}
</style>
</style>
<script src="{{ url_for('static', filename='js/alpine.js') }}">vue_global</script>