fix
This commit is contained in:
@@ -245,8 +245,12 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const frontBackChange = (value:any)=>{
|
const frontBackChange = async (value:any)=>{
|
||||||
let full = detailData.selectDetail.partialDesign.partialDesignBase64 || detailData.selectDetail.path
|
if(!detailData.selectDetail.partialDesign.partialDesignPath && !detailData.selectDetail.partialDesign.partialDesignBase64){
|
||||||
|
await privewDetail()
|
||||||
|
}
|
||||||
|
let full = detailData.selectDetail.partialDesign.partialDesignBase64 || detailData.selectDetail.partialDesign.partialDesignPath || detailData.selectDetail.path
|
||||||
|
console.log(full)
|
||||||
let size = {
|
let size = {
|
||||||
...detailData.canvasConfig,
|
...detailData.canvasConfig,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -595,7 +595,6 @@ export default defineComponent({
|
|||||||
.login_form_content {
|
.login_form_content {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 34rem;
|
|
||||||
&[state="2"]{
|
&[state="2"]{
|
||||||
height: 30rem;
|
height: 30rem;
|
||||||
>*{
|
>*{
|
||||||
|
|||||||
@@ -790,7 +790,6 @@ export default defineComponent({
|
|||||||
.login_form_content {
|
.login_form_content {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 34rem;
|
|
||||||
&[state="2"] {
|
&[state="2"] {
|
||||||
> * {
|
> * {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
@@ -799,7 +799,6 @@ export default defineComponent({
|
|||||||
|
|
||||||
.login_form_content {
|
.login_form_content {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 34rem;
|
|
||||||
&[state="2"] {
|
&[state="2"] {
|
||||||
> * {
|
> * {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
@@ -826,7 +826,6 @@ export default defineComponent({
|
|||||||
.login_form_content {
|
.login_form_content {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 34rem;
|
|
||||||
&[state="2"] {
|
&[state="2"] {
|
||||||
> * {
|
> * {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user