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