更正文件名

This commit is contained in:
zhcnyuyang 2025-05-04 20:04:46 +08:00
parent a739a7c7db
commit 1f32d5207e
2 changed files with 27 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -22,7 +22,6 @@ const { breakpoint } = useBootstrapBreakpoint();
</span>
</div>
<div v-if="breakpoint==='xs'||breakpoint==='sm'"
src="/ServiceProcessRes/designopinion.png"
style="margin-left: 32px;
margin-right: 32px;
margin-top: 20px;
@ -32,7 +31,6 @@ const { breakpoint } = useBootstrapBreakpoint();
width="100%" height="100%"/>
</div>
<div v-if="breakpoint==='md'||breakpoint==='lg'"
src="/ServiceProcessRes/designopinion.png"
style="margin-left: 100px;
margin-right: 100px;
margin-top: 79px;
@ -42,7 +40,6 @@ const { breakpoint } = useBootstrapBreakpoint();
width="100%" height="100%"/>
</div>
<div v-if="breakpoint==='xl'||breakpoint==='xxl'"
src="/ServiceProcessRes/designopinion.png"
style="margin-left: 295px;
margin-right: 295px;
margin-top: 79px;
@ -64,6 +61,33 @@ const { breakpoint } = useBootstrapBreakpoint();
class="normalcontentdiv">
<span class="normalcontenttitle" style="color: white;">设计流程</span>
</div>
<div v-if="breakpoint==='xs'||breakpoint==='sm'"
style="margin-left: 32px;
margin-right: 32px;
margin-top: 20px;
margin-bottom: 41px;
max-width:100%;height:auto;">
<img src="/ServiceProcessRes/designprocedurewep.png"
width="100%" height="100%"/>
</div>
<div v-if="breakpoint==='md'||breakpoint==='lg'"
style="margin-left: 100px;
margin-right: 100px;
margin-top: 79px;
margin-bottom: 95px;
max-width:100%;height:auto;">
<img src="/ServiceProcessRes/designprocedure.png"
width="100%" height="100%"/>
</div>
<div v-if="breakpoint==='xl'||breakpoint==='xxl'"
style="margin-left: 295px;
margin-right: 295px;
margin-top: 79px;
margin-bottom: 95px;
max-width:100%;height:auto;">
<img src="/ServiceProcessRes/designprocedure.png"
width="100%" height="100%"/>
</div>
</div>
</div>
</template>