邓洁 commit : 修改本科教育和研究生教育的图标大小适配
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user