|
@@ -13,7 +13,7 @@
|
|
style="height: 60px;"
|
|
style="height: 60px;"
|
|
>
|
|
>
|
|
<div style="font-size: 16px;">{{ val.title }}</div>
|
|
<div style="font-size: 16px;">{{ val.title }}</div>
|
|
- <div style="font-size: 14px; color: #999;">{{ val.subTitle }}</div>
|
|
|
|
|
|
+ <div style="font-size: 14px;" class="subTitle">{{ val.subTitle }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -48,8 +48,12 @@ defineProps({
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.cursor-pointer {
|
|
.cursor-pointer {
|
|
|
|
+ .subTitle { color: #999; }
|
|
&:hover {
|
|
&:hover {
|
|
- color: var(--v-primary-base) !important;
|
|
|
|
|
|
+ color: var(--v-primary-base);
|
|
|
|
+ .subTitle {
|
|
|
|
+ color: #666;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|