mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-09 01:36:45 +08:00
优化 TorrentCard 和 TorrentItem 组件的样式,调整媒体标题和站点名称的布局
This commit is contained in:
@@ -122,7 +122,7 @@ onMounted(() => {
|
||||
|
||||
<!-- 媒体标题 -->
|
||||
<div class="card-header">
|
||||
<div class="media-title-wrapper">
|
||||
<div class="media-title-wrapper flex flex-row flex-wrap justify-start">
|
||||
<h3 class="media-title me-2">
|
||||
{{ media?.title ?? meta?.name }}
|
||||
</h3>
|
||||
@@ -340,8 +340,6 @@ onMounted(() => {
|
||||
|
||||
.media-title-wrapper {
|
||||
margin-bottom: 8px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user