Parcourir la source

修改首页下拉框宽度

tags/v1.0.0^2
余菲 il y a 2 ans
Parent
révision
45b2304d00
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      src/views/dashboard/components/AirCard.vue
  2. +1
    -1
      src/views/dashboard/components/VideoCard.vue

+ 1
- 1
src/views/dashboard/components/AirCard.vue Voir le fichier

@@ -143,7 +143,7 @@ export default {
}
.card__title--right{
.n-select{
width: 160px;
width: 180px;
}
}
}

+ 1
- 1
src/views/dashboard/components/VideoCard.vue Voir le fichier

@@ -182,7 +182,7 @@ export default {
}
.card__title--right{
.n-select{
width: 160px;
width: 180px;
}
}
}

Chargement…
Annuler
Enregistrer