diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue index e1c36a52..3d2648f4 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/GoodsList.vue @@ -16,22 +16,6 @@ placeholder="请选择类型" :selectList="dict.getDict('integralSGStatus')"> - - - {{ search.girdName }} - 请选择服务地区 - - - - diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue index b99c5aca..a8ccca6e 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue @@ -16,6 +16,22 @@ placeholder="请选择状态" :selectList="dict.getDict('integralSSStatus')"> + + + {{ search.girdName }} + 请选择服务地区 + + + + .order_management { + .userSelcet { + display: flex; + align-items: center; + justify-content: space-between; + width: 215px; + height: 32px; + line-height: 32px; + border-radius: 4px; + border: 1px solid #d0d4dc; + overflow: hidden; + cursor: pointer; + transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); + + &:hover { + border-color: $placeholderColor; + } + + i { + display: flex; + position: relative; + align-items: center; + justify-content: center; + width: 30px; + height: 100%; + line-height: 32px; + font-size: 14px; + text-align: center; + color: #d0d4dc; + transform: rotateZ(180deg); + } + + .el-icon-circle-close:hover { + opacity: 0.6; + } + + span { + flex: 1; + padding: 0 15px; + font-size: 12px; + color: $placeholderColor; + } + } }