diff --git a/front/src/views/assignCase/components/queryPage.vue b/front/src/views/assignCase/components/queryPage.vue index 13f76a3e..29d70cd4 100644 --- a/front/src/views/assignCase/components/queryPage.vue +++ b/front/src/views/assignCase/components/queryPage.vue @@ -34,6 +34,10 @@ {{ moretext }} + @@ -212,8 +216,8 @@ background: url(../../../assets/assignCase/bg.png) no-repeat center; } .mainBox { - width: 1920px; - margin: 0 auto; + width: 100%; + // margin: 0 auto; background: #f7f8fa; } .top { @@ -273,6 +277,21 @@ font-size: 22px; color: #526aff; } + .moreLogo { + display: inline-block; + width: 20px; + height: 20px; + background: url(../../../assets/assignCase/left.png) no-repeat + center; + + margin-top: 30px; + transform: rotate(-90deg); + } + .moreLogoActive { + background: url(../../../assets/assignCase/left.png) no-repeat + center; + transform: rotate(90deg); + } } .tabClick { height: 80px; @@ -283,6 +302,7 @@ font-size: 22px; color: #333333; margin-right: 30px; + cursor: pointer; } span:nth-of-type(8n) { margin-right: 50px; @@ -298,7 +318,7 @@ main { position: relative; z-index: 5; - width: 1350px; + // width: 1350px; height: 100%; margin: 0 auto; .content { @@ -308,7 +328,7 @@ padding-top: 40px; overflow: hidden; .contenBox { - width: 430px; + // width: 430px; padding: 30px; border: 1px solid #e4e6f5; margin-right: 30px; @@ -316,7 +336,7 @@ border-radius: 6px; box-shadow: 5px 5px 20px 0 #f2f3fb; img { - width: 370px; + // width: 370px; height: 200px; border-radius: 6px; } diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue index cc7c967b..e91115eb 100644 --- a/front/src/views/home/components/header.vue +++ b/front/src/views/home/components/header.vue @@ -347,7 +347,8 @@ } .out { cursor: pointer; - padding: 0 0.16rem; + // padding: 0 0.16rem; + padding: 0 0.04rem 0 0.1rem; border-left: 0.01rem solid #666; } } diff --git a/front/src/views/newHome/components/WorkDynamics.vue b/front/src/views/newHome/components/WorkDynamics.vue index be5def72..20318842 100644 --- a/front/src/views/newHome/components/WorkDynamics.vue +++ b/front/src/views/newHome/components/WorkDynamics.vue @@ -374,7 +374,7 @@ width: 13rem; height: 4.8rem; display: flex; - padding-left: 0.2rem; + // padding-left: 0.2rem; .content-empty { height: 2.2rem; padding-top: 0.49rem;