邓洁 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

@@ -119,6 +119,20 @@ export default {
</script>
<style scoped lang="scss">
@media screen and (max-width: 960px) {
.undergraduate {
border-radius: 36px 36px 0 0 !important;
}
.graduate {
border-radius: 36px 36px 0 0 !important;
}
.more {
justify-content: center!important;
}
.vline {
border-right: none!important;
}
}
@media screen and (max-width: 768px) {
.undergraduate {
border-radius: 36px 36px 0 0 !important;
@@ -129,6 +143,10 @@ export default {
.more {
justify-content: center!important;
}
.vline {
border-right: none!important;
}
}
.undergraduate_and_graduate {