mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
修改个人中心的top导航样式
This commit is contained in:
@@ -151,6 +151,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
fileBaseUrl: process.env.VUE_APP_FILE_BASE_URL,
|
||||
findType: '1',
|
||||
keyword: '',
|
||||
isTiao: false,
|
||||
@@ -304,7 +305,7 @@ export default {
|
||||
}
|
||||
.portal-top{
|
||||
width: 100%;
|
||||
margin: 0px 30px;
|
||||
margin: 0px 40px;
|
||||
display: flex;
|
||||
justify-content:space-between;
|
||||
.portal-top-left{
|
||||
@@ -332,7 +333,7 @@ export default {
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
margin-left: 10px;
|
||||
|
||||
|
||||
.person-action-index{
|
||||
//margin-left: 40px;
|
||||
font-size: 14px;
|
||||
@@ -372,6 +373,8 @@ export default {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
//此处理应该移到单独的一个样式中比较好
|
||||
|
||||
@media screen and (max-width: 1366px){
|
||||
.top-nav {
|
||||
padding: 0px 10px;
|
||||
@@ -439,22 +442,22 @@ export default {
|
||||
cursor: pointer;
|
||||
color: #000000;
|
||||
}
|
||||
.uavatar{
|
||||
div{
|
||||
border-radius: 50%;
|
||||
img{
|
||||
border-radius: 50%;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: 14px;
|
||||
margin-right: 8px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
// .uavatar{
|
||||
// div{
|
||||
// border-radius: 50%;
|
||||
// img{
|
||||
// border-radius: 50%;
|
||||
// width: 30px;
|
||||
// height: 30px;
|
||||
// }
|
||||
// }
|
||||
// width: 30px;
|
||||
// height: 30px;
|
||||
// line-height: 30px;
|
||||
// font-size: 14px;
|
||||
// margin-right: 8px;
|
||||
// border-radius: 50%;
|
||||
// }
|
||||
.user-avatar{
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
|
||||
Reference in New Issue
Block a user