移动位置
This commit is contained in:
parent
1ebdbfe559
commit
64ae4b32ba
@ -49,15 +49,15 @@ const { breakpoint } = useBootstrapBreakpoint();
|
|||||||
width="100%" height="100%"/>
|
width="100%" height="100%"/>
|
||||||
</div>
|
</div>
|
||||||
<!-- 你说咋写就咋写,要是你跟我说这不协调,我就把设计图亮出来说你就是这么设计的。要改你自己改。亏你想得出来,桌面用黑字写外边,移动用白字写里边。为了显示这个我可是脑洞大开想出来个办法。 -->
|
<!-- 你说咋写就咋写,要是你跟我说这不协调,我就把设计图亮出来说你就是这么设计的。要改你自己改。亏你想得出来,桌面用黑字写外边,移动用白字写里边。为了显示这个我可是脑洞大开想出来个办法。 -->
|
||||||
<div v-if="breakpoint==='md'||breakpoint==='lg'
|
<!-- <div v-if="breakpoint==='md'||breakpoint==='lg'-->
|
||||||
||breakpoint==='xl'||breakpoint==='xxl'"
|
<!-- ||breakpoint==='xl'||breakpoint==='xxl'"-->
|
||||||
class="normalcontentdiv"
|
<!-- class="normalcontentdiv"-->
|
||||||
style="margin-bottom: 48px;color: black;">
|
<!-- style="margin-bottom: 48px;color: black;">-->
|
||||||
<div class="normalcontenttitle">设计流程</div>
|
<!-- <div class="normalcontenttitle">设计流程</div>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</div>
|
</div>
|
||||||
<div id="blackchart">
|
<div id="blackchart">
|
||||||
<div v-if="breakpoint==='xs'||breakpoint==='sm'"
|
<div
|
||||||
class="normalcontentdiv">
|
class="normalcontentdiv">
|
||||||
<span class="normalcontenttitle" style="color: white;">设计流程</span>
|
<span class="normalcontenttitle" style="color: white;">设计流程</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user