修复部分bug部分页面的调整

This commit is contained in:
X1627315083
2025-06-11 15:08:17 +08:00
parent c266967f16
commit 8b107857ad
20 changed files with 547 additions and 228 deletions

View File

@@ -81,7 +81,7 @@ export default defineComponent({
tcxToColor:'',
})
watch(()=>colorData.selectColor,async (newVal,oldVal)=>{
if(!newVal?.name && newVal.rgba && newVal.rgba?.r){
if(newVal.rgba && newVal.rgba?.r){
let data:any = await getColorName(newVal.rgba)
newVal.name = data.name
newVal.tcx = data.tcx

View File

@@ -171,7 +171,7 @@ export default defineComponent({
ifSingle:editPrintElementData.overallSingle,
level2Type:data.level2Type,
location,
minIOPath:data.minIOPath,
minIOPath:data.minIOPath || data.originalUrl,
path:data.url,
priority:editPrintElementData.printZIndex,
scale,

View File

@@ -433,7 +433,9 @@ export default defineComponent({
</script>
<style lang="less" scoped>
.molepositon{
width: 30rem;
// width: 30rem;
// width: calc(66 * .470rem);
width: calc(66 * .457rem);
height: 66rem;
display: flex;
flex-direction: column;