首页样式更改

This commit is contained in:
宋伟佳
2022-01-13 15:27:48 +08:00
parent 7f430892b4
commit 02b6b629ed
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -721,7 +721,7 @@
}
}
.el-menu-item {
padding-left: 29px !important;
padding-left: 0 !important;
font-size: 16px;
font-weight: normal;
height: 40px;
@@ -2,7 +2,7 @@
<template>
<div class="link" id="link">
<!-- 此部分暂时这样写到后面做修改 -->
<div style="display: inline-block;width: 15%;">
<div style="display: inline-block;width: 10%;">
<span class="title borderRight">友情链接</span>
</div>
<div style="display: inline-block;width: 80%;text-align: center">
@@ -225,7 +225,7 @@ export default {
word-break: break-all;
line-height: normal;
margin-top: 10px;
font-size: 5px;
//font-size: 5px;
}
}
</style>
+1 -1
View File
@@ -81,7 +81,7 @@
border-radius: 10px;
}
.menu-wrap {
height: 200px;
height: 175px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;