From d3e832b413dcc11c7b7f015f0e5925206bdb3693 Mon Sep 17 00:00:00 2001 From: "liu.shiyi" Date: Fri, 14 Jul 2023 10:22:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../innerComponents/IndicatorCard/config.js | 11 +++++++++-- .../RemoteComponents/innerComponents/card/config.js | 11 +++++++++-- .../RemoteComponents/innerComponents/card/index.vue | 4 +--- .../innerComponents/indexCard/config.js | 11 +++++++++-- 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/data-room-ui/packages/RemoteComponents/innerComponents/IndicatorCard/config.js b/data-room-ui/packages/RemoteComponents/innerComponents/IndicatorCard/config.js index 254fab39..9f70ea58 100644 --- a/data-room-ui/packages/RemoteComponents/innerComponents/IndicatorCard/config.js +++ b/data-room-ui/packages/RemoteComponents/innerComponents/IndicatorCard/config.js @@ -251,6 +251,13 @@ const option = { export default { title, - option, - setting + setting, + option: { + ...option, + displayOption: { + dataAllocation: { + enable: false + } + } + } } diff --git a/data-room-ui/packages/RemoteComponents/innerComponents/card/config.js b/data-room-ui/packages/RemoteComponents/innerComponents/card/config.js index 8568a7d3..c7ffefe5 100644 --- a/data-room-ui/packages/RemoteComponents/innerComponents/card/config.js +++ b/data-room-ui/packages/RemoteComponents/innerComponents/card/config.js @@ -167,6 +167,13 @@ const option = { export default { title, - option, - setting + setting, + option: { + ...option, + displayOption: { + dataAllocation: { + enable: false + } + } + } } diff --git a/data-room-ui/packages/RemoteComponents/innerComponents/card/index.vue b/data-room-ui/packages/RemoteComponents/innerComponents/card/index.vue index d0b2c43b..c9cb89fd 100644 --- a/data-room-ui/packages/RemoteComponents/innerComponents/card/index.vue +++ b/data-room-ui/packages/RemoteComponents/innerComponents/card/index.vue @@ -11,9 +11,7 @@ flexDirection: 'column', boxSizing: 'border-box', backgroundColor: customize.backgroundColor, - border:`${customize.border}px`, - borderStyle: customize.borderStyle, - borderColor: `${customize.borderColor}` + border:`${customize.border}px` + ' ' + customize.borderStyle + ' ' + customize.borderColor, }" >