diff --git a/css/index.css b/css/index.css index 6f1d62b..584e0d1 100644 --- a/css/index.css +++ b/css/index.css @@ -440,7 +440,7 @@ align-items: center; } .recruit .list .item .operate .select.show { - height: 180px; + height: 132px; opacity: 1; z-index: 2; } diff --git a/css/index.less b/css/index.less index 129a094..d5c81af 100644 --- a/css/index.less +++ b/css/index.less @@ -501,7 +501,7 @@ width: 300px; // z-index: 2; &.show { - height: 180px; + height: 132px; opacity: 1; z-index: 2; }