Sfoglia il codice sorgente

修改首页下拉框宽度

tags/v1.0.0^2
余菲 2 anni fa
parent
commit
45b2304d00
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 Vedi File

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

+ 1
- 1
src/views/dashboard/components/VideoCard.vue Vedi File

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

Loading…
Annulla
Salva