邓洁 commit : 修改本科教育和研究生教育的图标大小适配

This commit is contained in:
clay
2022-10-05 17:58:37 +08:00
parent 406971a03f
commit 4135d8062c
6 changed files with 43 additions and 5 deletions

View File

@@ -90,7 +90,7 @@
</div>
<el-row>
<el-col :span="11">
<div class="academy_content" @mouseleave="mouseLeave(1)">
<div class="academy_content" >
<div class="academy_content_icontime">
<div class="img"></div>
<span>2022-10-08</span>
@@ -175,6 +175,16 @@ export default {
</script>
<style scoped lang="scss">
@media screen and (max-width: 960px) {
.more {
justify-content: center!important;
}
}
@media screen and (max-width: 768px) {
.more {
justify-content: center!important;
}
}
/deep/ .el-col-2 {
width: 8%;
}