mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
feat:为选中的v-chip添加自定义颜色样式
This commit is contained in:
@@ -28,3 +28,9 @@ watch([filterParams], () => {
|
||||
<MediaCardListView :key="currentKey" :apipath="source.api_path" :params="filterParams" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.v-chip--selected {
|
||||
color: rgb(var(--v-theme-primary)) !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user