Commit 09add4c6 authored by zhangderong's avatar zhangderong

修改阴影问题

parent e1cd9591
......@@ -1762,6 +1762,7 @@ import {mapState} from 'vuex'
overflow: hidden;
width: 70.5%;
float: left;
// margin-left: 4px;
position:relative;
}
.red{
......@@ -1861,6 +1862,7 @@ import {mapState} from 'vuex'
}
.grey{
background: #f9f9f9;
margin-left:3px
}
.emailModal-title{
height: 280px;
......
......@@ -1981,7 +1981,8 @@ select{
}
}
.grey{
background:#f9f9f9
background:#f9f9f9;
margin-left: 3px
}
</style>
......
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