Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么修改外部缩略图的大小? #48

Open
wTao-Yang opened this issue Aug 11, 2018 · 1 comment
Open

怎么修改外部缩略图的大小? #48

wTao-Yang opened this issue Aug 11, 2018 · 1 comment

Comments

@wTao-Yang
Copy link

以前是img标签,现在封装成组件了,怎么修改?

@Rodkovic
Copy link

Rodkovic commented Dec 27, 2019

修改样式就可以了
用scss修改的

.my-gallery {
  img {
    width: 100px;
    height: 100px;
    box-shadow:0 0 8px #999;
  }
  figure {
    margin: 9px;
    width: 100px;
    display: inline-block;
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants