mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix(mobile): 修复移动端 TMDB 搜索图标不可见及弹窗交互问题 (#576)
This commit is contained in:
@@ -558,6 +558,12 @@ html[data-theme-radius='extra'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// 少数字段的内嵌图标承担了唯一的交互入口(如按名称搜索媒体编号),
|
||||
// 不是纯装饰,移动端也需要保留可点击。
|
||||
.app-responsive-input--keep-append-action .app-responsive-input__native .v-field__append-inner {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.app-responsive-input--field .v-field,
|
||||
.app-responsive-input--multiline .v-field {
|
||||
border-radius: var(--app-control-radius) !important;
|
||||
|
||||
Reference in New Issue
Block a user