调整detail拉伸sketch但是编辑印花和画布使用的sketch不受影响

This commit is contained in:
X1627315083
2025-09-22 10:29:27 +08:00
parent a1bbc2d166
commit ddcad3c391
24 changed files with 234 additions and 82 deletions

View File

@@ -213,6 +213,7 @@ export default defineComponent({
setRevocation()
detailData.loadingShow = false
if(rv.singleOverall == "single"){
console.log(rv.clothes)
store.commit('DesignDetail/setDesignColthes',rv.clothes[0].id)
}
@@ -521,7 +522,7 @@ export default defineComponent({
</script>
<style lang="less" scoped>
:deep(.detailText){
font-size: 1.8rem;
font-size: 1.6rem;
font-weight: 600;
}
@@ -566,6 +567,7 @@ export default defineComponent({
overflow: hidden;
&.detailLeft{
width: 34rem;
// width: 34rem;
display: flex;
flex-direction: column;
}