mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +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" />
|
<MediaCardListView :key="currentKey" :apipath="source.api_path" :params="filterParams" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.v-chip--selected {
|
||||||
|
color: rgb(var(--v-theme-primary)) !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user