diff --git a/src/assets/icons/overallMore.svg b/src/assets/icons/overallMore.svg new file mode 100644 index 00000000..0bc27b89 --- /dev/null +++ b/src/assets/icons/overallMore.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/component/Canvas/CanvasEditor/components/SelectMenuPanel/index.vue b/src/component/Canvas/CanvasEditor/components/SelectMenuPanel/index.vue index f7ab1ecc..5a004bef 100644 --- a/src/component/Canvas/CanvasEditor/components/SelectMenuPanel/index.vue +++ b/src/component/Canvas/CanvasEditor/components/SelectMenuPanel/index.vue @@ -163,7 +163,7 @@ />
- +
diff --git a/src/component/Detail/detailRight/editPrintElement.vue b/src/component/Detail/detailRight/editPrintElement.vue index 7c63bf7e..a6938fb7 100644 --- a/src/component/Detail/detailRight/editPrintElement.vue +++ b/src/component/Detail/detailRight/editPrintElement.vue @@ -42,15 +42,14 @@
-
{{ $t('DesignPrintOperation.Scale') }}
- - + -->
- +
diff --git a/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue b/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue index b2f4f3c3..63d02093 100644 --- a/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue +++ b/src/component/Detail/detailRight/overallSetting/RepeatSetting.vue @@ -102,23 +102,36 @@ diff --git a/src/component/Detail/detailRight/overallSetting/tools/AngleTool.vue b/src/component/Detail/detailRight/overallSetting/tools/AngleTool.vue index c024a38e..1c6ae025 100644 --- a/src/component/Detail/detailRight/overallSetting/tools/AngleTool.vue +++ b/src/component/Detail/detailRight/overallSetting/tools/AngleTool.vue @@ -1,38 +1,73 @@ + diff --git a/src/component/Detail/detailRight/overallSetting/tools/MySelect.vue b/src/component/Detail/detailRight/overallSetting/tools/MySelect.vue index 146a7d8d..b484d864 100644 --- a/src/component/Detail/detailRight/overallSetting/tools/MySelect.vue +++ b/src/component/Detail/detailRight/overallSetting/tools/MySelect.vue @@ -5,6 +5,7 @@ @change="change" :defaultValue="defaultValue" @dropdownVisibleChange="dropdownVisibleChange" + :disabled="disabled" > import { ref, defineProps, defineEmits, watch } from "vue"; const props = defineProps({ + disabled: { + type: Boolean, + default: false, + }, defaultValue: { default: "", }, diff --git a/src/component/Detail/detailRight/overallSetting/tools/OffsetTool.vue b/src/component/Detail/detailRight/overallSetting/tools/OffsetTool.vue index 00288da3..822c05fb 100644 --- a/src/component/Detail/detailRight/overallSetting/tools/OffsetTool.vue +++ b/src/component/Detail/detailRight/overallSetting/tools/OffsetTool.vue @@ -1,84 +1,100 @@