Commit b906af6e authored by tianhongyang's avatar tianhongyang

企业详情 swiper 宽度优化

parent d96a96bf
...@@ -438,13 +438,15 @@ export default { ...@@ -438,13 +438,15 @@ export default {
margin-left: 25px; margin-left: 25px;
overflow: hidden; overflow: hidden;
.swiper-slide{ .swiper-slide{
min-width: 242px;
padding: 7px 4px 9px 0;
box-sizing: border-box;
&.swiper-disn{ &.swiper-disn{
display: none; display: none;
} }
>div{ >div{
min-width: 242px; width: 100%;
height: 100%; height: 100%;
padding: 7px 4px 9px 0;
cursor: pointer; cursor: pointer;
align-items: normal; align-items: normal;
.swiper-item{ .swiper-item{
......
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