diff --git a/cdTMP/src/components/ma-codeEditor/index.vue b/cdTMP/src/components/ma-codeEditor/index.vue index 55c2f68..ede160a 100644 --- a/cdTMP/src/components/ma-codeEditor/index.vue +++ b/cdTMP/src/components/ma-codeEditor/index.vue @@ -1,12 +1,3 @@ - @@ -86,7 +77,7 @@ if (props.isBind) { diff --git a/cdTMP/src/components/ma-crud/components/contextMenu.vue b/cdTMP/src/components/ma-crud/components/contextMenu.vue index 44472d2..4591035 100644 --- a/cdTMP/src/components/ma-crud/components/contextMenu.vue +++ b/cdTMP/src/components/ma-crud/components/contextMenu.vue @@ -145,7 +145,7 @@ defineExpose({ background: var(--color-bg-2); border: 1px solid var(--color-border-2); padding: 7px 0; - border-radius: 4px; + border-radius: 1px; li .context-menu-item { cursor: pointer; padding: 5px 10px; diff --git a/cdTMP/src/components/ma-info/index.vue b/cdTMP/src/components/ma-info/index.vue index a48d593..522fa1d 100644 --- a/cdTMP/src/components/ma-info/index.vue +++ b/cdTMP/src/components/ma-info/index.vue @@ -6,7 +6,7 @@ :title="props.title" :layout="props.layout" :bordered="props.bordered" - table-layout="fixed" + table-layout="auto" :size="props.size" :label-style="props.labelStyle" :value-style="props.valueStyle" @@ -23,6 +23,15 @@ + diff --git a/cdTMP/src/components/ma-treeSlider/index.vue b/cdTMP/src/components/ma-treeSlider/index.vue index 83e99b3..cb3edab 100644 --- a/cdTMP/src/components/ma-treeSlider/index.vue +++ b/cdTMP/src/components/ma-treeSlider/index.vue @@ -98,7 +98,7 @@ defineExpose({ maTree })