From 03c046189b4c4cdf59043990b3a21d0908eb8032 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期日, 28 四月 2024 17:18:46 +0800 Subject: [PATCH] 采购订单模块 判断供应商和产品是否匹配的数据来源对应的接口修改和联调+供应商列表 搜索功能的问题修改 --- src/components/makepager/SearchCommonView.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/makepager/SearchCommonView.vue b/src/components/makepager/SearchCommonView.vue index a4f107a..51003ab 100644 --- a/src/components/makepager/SearchCommonView.vue +++ b/src/components/makepager/SearchCommonView.vue @@ -174,7 +174,7 @@ } .el-input__prefix, .el-input__suffix { - height: 30px; + // height: 30px; } .el-input__icon { line-height: 30px; @@ -188,13 +188,13 @@ } .el-input__suffix { // 澶勭悊鍓嶇紑鍥炬爣涓嶅瀭鐩村眳涓殑闂 - height: auto; - font-size: 15px; - &-inner { - flex-direction: row-reverse; - -webkit-flex-direction: row-reverse; - display: flex; - } + // height: auto; + // font-size: 15px; + // &-inner { + // flex-direction: row-reverse; + // -webkit-flex-direction: row-reverse; + // display: flex; + // } } .el-input--suffix .el-input__inner { padding-right: 45px; -- Gitblit v1.8.0