From d75df17683a635795a53f167bafdf185adf61905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 9 Nov 2023 17:23:14 +0800 Subject: [PATCH] 2.0 --- src/api/mdp_pub/mdp_config.js | 4 ++-- src/components/mdp-ui/index.scss | 12 ++++-------- src/views/xm/core/xmProduct/XmProductMng.vue | 9 +++++---- src/views/xm/core/xmProject/XmProjectMng.vue | 4 ++-- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/api/mdp_pub/mdp_config.js b/src/api/mdp_pub/mdp_config.js index 722f76af..62b5f7a7 100644 --- a/src/api/mdp_pub/mdp_config.js +++ b/src/api/mdp_pub/mdp_config.js @@ -50,11 +50,11 @@ export default { }, //模块订单 getMoContext(){ - return 'lcode' + return 'sys' }, // 系统管理api路径 getSysContext: function() { - return 'lcode' + return 'sys' }, getTpaContext: function(){ return 'tpa' diff --git a/src/components/mdp-ui/index.scss b/src/components/mdp-ui/index.scss index 48201337..69d39353 100644 --- a/src/components/mdp-ui/index.scss +++ b/src/components/mdp-ui/index.scss @@ -11,11 +11,9 @@ .field-info { align-items: center; - display:inline-flex; - margin-left: 10px; + display:inline-flex; } - .field-oper { - margin-left: 5px; + .field-oper { margin-right: 5px; display: none; } @@ -35,8 +33,7 @@ background-color: #ff9f73; } - .field-info { - margin-left: 10px; + .field-info { display:inline-flex; align-items: center; align-content: center; @@ -50,8 +47,7 @@ color: #c0c4cc; } } - .field-oper { - margin-left: 5px; + .field-oper { margin-right: 5px; display: none; } diff --git a/src/views/xm/core/xmProduct/XmProductMng.vue b/src/views/xm/core/xmProduct/XmProductMng.vue index 4ff2546a..542f6d72 100644 --- a/src/views/xm/core/xmProduct/XmProductMng.vue +++ b/src/views/xm/core/xmProduct/XmProductMng.vue @@ -141,8 +141,9 @@
- {{item.name}} + {{p.productName}} +