Commit 4d4d7592 authored by zhangderong's avatar zhangderong

鼠标滑过及换行问题

parent 33121746
......@@ -1752,7 +1752,7 @@ import {mapState} from 'vuex'
position:relative;
}
.red{
background: LightGray
background: LightGray!important
}
.resumeRightContentTop{
width: 100%;
......
......@@ -1821,7 +1821,7 @@ export default {
margin-bottom:0px;
}
.red{
background: LightGray
background: LightGray !important
}
.massage{
height:25px;
......
......@@ -914,7 +914,7 @@ export default {
}
.resumeDetail-right{
float: left;
width: 200px;
width: 230px;
}
.wechat{
float: right;
......@@ -960,7 +960,7 @@ export default {
position: fixed;
/* float: left; */
top: 280px;
width: 180px;
width: 200px;
/* border: 1px solid black; */
margin-left: 20px
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment