This commit is contained in:
X1627315083
2024-01-12 14:24:33 +08:00
parent 4fb3638d78
commit 3b839bcb44
4 changed files with 3 additions and 5 deletions

View File

@@ -272,7 +272,6 @@ export default defineComponent({
imgData.jsContent1 = this.t('uploadFile.jsContent1',{maxImg:maxImg})
this.store.commit("addGenerateMaterialFils", imgData);
let arr = this.store.state.UploadFilesModule.moodboardMaterialFiles
console.log(arr);
if(arr.length >=2 && this.selectCode == 'Moodboard'){
if(this.driver__.driver){
driverObj__.moveNext()

View File

@@ -45,7 +45,7 @@ export default {
Start:'Start',
Edit:'Edit',
Design:'Design',
Redesign:'Ridisegna',
Redesign:'Redesign',
GeneratedDesign:'Generated Design',
SelectedDesign:'Selected Design',
Export:'Export',

View File

@@ -118,7 +118,7 @@ function createDriver(){
showButtons:false,
stagePadding:10,//切口到元素的距离
stageRadius:5,//切口圆弧度
allowKeyboardControl:true,//控制是否可以键盘控制下一步
allowKeyboardControl:false,//控制是否可以键盘控制下一步
disableActiveInteraction:false,//是否禁用显示元素的交互
overlayOpacity:.4,
overlay: true,

View File

@@ -1469,8 +1469,7 @@ export default defineComponent({
position: relative;
vertical-align: top;
flex-shrink: 0;
// max-height: 100%;
max-height: 80%;
max-height: 100%;
&:hover .icon_like {
display: block;
}