提交 f934f9fb authored 作者: matian's avatar matian

修改图片比例为4:3

上级 e78d44b7
...@@ -50,8 +50,8 @@ export default { ...@@ -50,8 +50,8 @@ export default {
} }
} }
.article-item-pic { .article-item-pic {
width: 300px; width: 360px;
height: 200px; height: 270px;
// height: fit-content; // height: fit-content;
// height: 210px; // height: 210px;
// object-fit: cover; // object-fit: cover;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.alumni_content { .alumni_content {
display: flex; display: flex;
height: 400px; height: 450px;
.content_img { .content_img {
width: 600px; width: 600px;
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
</template> </template>
<script> <script>
import navList from '@/assets/alumnusNavList.js'
import ArticleList from '@/components/ArticleList' import ArticleList from '@/components/ArticleList'
import { getArticleList } from '@/api' import { getArticleList } from '@/api'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论