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

@@ -1671,7 +1671,7 @@ export default defineComponent({
.ant-upload-select-picture-card {
width: 100%;
height: 100%;
border: 1px solid #000;
border: 0.1rem solid #000;
background: #fff;
}
}

View File

@@ -65,7 +65,7 @@ defineExpose({
<style lang="less" scoped>
.promptInput {
--promptInputBorderRadius: 10px;
--promptInputBorder: 2px solid #dcdfe6;
--promptInputBorder: 1px solid #000;
--promptInputPadding: 1.5rem;
width: 100%;
@@ -86,7 +86,7 @@ defineExpose({
.sender-container {
position: relative;
border-radius: 10px;
border: 2px solid #dcdfe6;
border: 1px solid #000;
padding: 1.5rem;
font-size: 1.8rem;
.sender-wrapper {
@@ -100,7 +100,7 @@ defineExpose({
.textarea-container {
position: relative;
border-radius: 10px;
border: 2px solid #dcdfe6;
border: 1px solid #000;
padding: 1.5rem;
height: auto;
font-size: 1.8rem;

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;
}
}
}