mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
style(reorganize): 整理历史移动端卡片与海报改用全局圆角token
This commit is contained in:
@@ -2086,7 +2086,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
.transfer-history-mobile-record {
|
.transfer-history-mobile-record {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 10px;
|
border-radius: var(--app-surface-radius);
|
||||||
backdrop-filter: var(--transfer-history-mobile-surface-blur);
|
backdrop-filter: var(--transfer-history-mobile-surface-blur);
|
||||||
background: rgba(var(--v-theme-surface), var(--transfer-history-mobile-surface-opacity));
|
background: rgba(var(--v-theme-surface), var(--transfer-history-mobile-surface-opacity));
|
||||||
box-shadow: var(--app-card-rest-shadow);
|
box-shadow: var(--app-card-rest-shadow);
|
||||||
@@ -2116,7 +2116,7 @@ onUnmounted(() => {
|
|||||||
grid-row: 1 / span 2;
|
grid-row: 1 / span 2;
|
||||||
inline-size: 3.5rem;
|
inline-size: 3.5rem;
|
||||||
block-size: 5.25rem;
|
block-size: 5.25rem;
|
||||||
border-radius: 8px;
|
border-radius: var(--app-control-radius);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--transfer-history-mobile-muted-bg);
|
background: var(--transfer-history-mobile-muted-bg);
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
|
||||||
@@ -2125,7 +2125,7 @@ onUnmounted(() => {
|
|||||||
.transfer-history-mobile-record__poster {
|
.transfer-history-mobile-record__poster {
|
||||||
inline-size: 100%;
|
inline-size: 100%;
|
||||||
block-size: 100%;
|
block-size: 100%;
|
||||||
border-radius: 8px;
|
border-radius: var(--app-control-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.transfer-history-mobile-record__poster :deep(.v-img__img) {
|
.transfer-history-mobile-record__poster :deep(.v-img__img) {
|
||||||
|
|||||||
Reference in New Issue
Block a user