|
|
@@ -425,7 +425,7 @@ from-white to-transparent pointer-events-none z-10"></div>
|
|
425
|
425
|
<div class="aiDialog">
|
|
426
|
426
|
<!-- title="Tips" -->
|
|
427
|
427
|
<el-dialog v-model="dialogVisible" :close-on-click-modal="false" :close-on-press-escape="false"
|
|
428
|
|
- :modal="false" width="30%"
|
|
|
428
|
+ :modal="false" width="400"
|
|
429
|
429
|
:style="{ 'background': 'url(' + base64data.aiBG + ') center center / 100% 100% no-repeat' }" draggable>
|
|
430
|
430
|
<ai-dialog :knowledgeId="selectKnowledgeId"></ai-dialog>
|
|
431
|
431
|
</el-dialog>
|