perf: 优化页面交互

This commit is contained in:
奔跑的面条
2023-03-11 20:40:02 +08:00
parent c2e733aaaa
commit 35dd70ef08
2 changed files with 13 additions and 6 deletions
@@ -36,7 +36,7 @@
</div>
<div class="model-footer">
中国色列表来自于
<n-a href="http://zhongguose.com">http://zhongguose.com</n-a>
<n-a href="http://zhongguose.com" target="_blank">http://zhongguose.com</n-a>
</div>
</div>
</n-modal>
@@ -157,6 +157,7 @@ $height: 85vh;
}
}
.model-footer {
z-index: 1;
text-align: end;
}
}