Commit 09add4c6 authored by zhangderong's avatar zhangderong

修改阴影问题

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