Browse Source

修改首页下拉框宽度

tags/v1.0.0^2
余菲 2 years ago
parent
commit
45b2304d00
2 changed files with 2 additions and 2 deletions
  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 View File

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

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

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

Loading…
Cancel
Save