chore(client): 🎨
This commit is contained in:
parent
a1bf54fe16
commit
44ea1be930
3 changed files with 16 additions and 8 deletions
|
|
@ -118,12 +118,20 @@ export default Vue.extend({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.xcukqgmh {
|
||||
> ._card > .banner {
|
||||
> img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
object-fit: cover;
|
||||
> ._card {
|
||||
> .banner {
|
||||
> img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
> ._footer {
|
||||
> * {
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue