用户指引
This commit is contained in:
@@ -877,6 +877,8 @@ export default defineComponent({
|
||||
position: relative;
|
||||
height: 80%;
|
||||
display: inline-block;
|
||||
// display: block;
|
||||
overflow: initial !important;
|
||||
// width: 100%;
|
||||
.detail_modal_model{
|
||||
z-index: 1;
|
||||
|
||||
@@ -215,7 +215,7 @@ export default defineComponent({
|
||||
}else{
|
||||
hex = '#FFFFFF'
|
||||
}
|
||||
this.$parent.selectColor = color?.rgba?.r != '' ? {rgba:{r:color.rgba?.r,g:color.rgba?.g,b:color.rgba?.b,a:color.rgba?.a},hex:hex} : {}
|
||||
this.$parent.selectColor = color?.rgba?.r ? {rgba:{r:color.rgba?.r,g:color.rgba?.g,b:color.rgba?.b,a:color.rgba?.a},hex:hex} : {rgba:{r:255,g:255,b:255,a:1},hex:hex}
|
||||
this.$parent.tcxColor = ''
|
||||
this.$parent.pantongName = ''
|
||||
},
|
||||
@@ -261,6 +261,10 @@ export default defineComponent({
|
||||
data.designSingleItemDTOList[index].printObject.prints = []
|
||||
}else if(this.type_ == 3){
|
||||
let color = `${this.$parent.selectColor.rgba.r} ${this.$parent.selectColor.rgba.g} ${this.$parent.selectColor.rgba.b}`
|
||||
// if(this.$parent.selectColor.rgba.r == undefined){
|
||||
// return
|
||||
// }
|
||||
// console.log(this.$parent.selectColor.rgba);
|
||||
data.designSingleItemDTOList[index].color = color
|
||||
}
|
||||
data.timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone
|
||||
|
||||
Reference in New Issue
Block a user