style: 高级工具样式

This commit is contained in:
2025-12-19 10:37:27 +08:00
parent 1596b46ff1
commit d4da1b47ef
3 changed files with 12 additions and 11 deletions

View File

@@ -1101,13 +1101,13 @@ export default defineComponent({
const showPromptAssist = ref(false)
const handleClickAssistBtn = () => {
// const { httpType } = store.state.Workspace.probjects
// const isSingleDesign = httpType === 'SINGLE_DESIGN'
// if (props.isDesignPage && !isSingleDesign) {
// const promptText = t('ProductImg.Series')
// productImgData.searchName[props.productimgMenu.value] = promptText
// return
// }
// const { httpType } = store.state.Workspace.probjects
// const isSingleDesign = httpType === 'SINGLE_DESIGN'
// if (props.isDesignPage && !isSingleDesign) {
// const promptText = t('ProductImg.Series')
// productImgData.searchName[props.productimgMenu.value] = promptText
// return
// }
showPromptAssist.value = true
}
@@ -1536,6 +1536,7 @@ export default defineComponent({
height: 17.8rem;
border-width: 1px;
background: #fff;
border: 0.1rem solid #000;
}
}
}