From 92560c22dc7837c254e1b65185c1f93a09357cf3 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期三, 20 八月 2025 17:53:51 +0800 Subject: [PATCH] feat(cms): CuttingInboundList 组件中增加提交功能并优化 CuttingInboundModal 组件- 在 CuttingInboundList 组件中添加提交按钮和相关逻辑- 在 CuttingInboundModal 组件中增加入库数量校验 - 优化 CuttingInboundModal 组件的样式和布局 --- src/components/tools/UserMenu.vue | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue index a2a5cc6..9a8a204 100644 --- a/src/components/tools/UserMenu.vue +++ b/src/components/tools/UserMenu.vue @@ -257,16 +257,30 @@ <style lang="less" scoped> /* update_begin author:zhaoxin date:20191129 for: 璁╂悳绱㈡棰滆壊鑳介殢涓婚棰滆壊鍙樻崲*/ /* update-begin author:sunjianlei date:20191220 for: 瑙e喅鍏ㄥ眬鏍峰紡鍐茬獊闂 */ + //.user-wrapper .search-input { + // width: 180px; + // color: inherit; + // + // /deep/ .ant-select-selection { + // background-color: inherit; + // border: 0; + // border-bottom: 1px solid white; + // &__placeholder, &__field__placeholder { + // color: inherit; + // } + // } + //} + .user-wrapper .search-input { width: 180px; - color: inherit; + color: white; // 娣诲姞杩欒锛氳缃緭鍏ユ枃瀛楅鑹蹭负鐧借壊 /deep/ .ant-select-selection { background-color: inherit; border: 0; border-bottom: 1px solid white; &__placeholder, &__field__placeholder { - color: inherit; + color: white; // 淇敼杩欒锛氳缃崰浣嶇鏂囧瓧棰滆壊涓虹櫧鑹� } } } -- Gitblit v1.9.3