布局
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="submit"><input type="submit" value="配 置" class="btn" @click="_config"></div>
|
<button class="btn" @click="_config">配置</button>
|
||||||
|
<!-- <div class="submit"><input type="submit" value="配 置" class="btn" @click="_config"></div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -229,11 +230,16 @@ export default {
|
|||||||
border-radius 3px
|
border-radius 3px
|
||||||
margin-top 5px
|
margin-top 5px
|
||||||
.btn
|
.btn
|
||||||
background none
|
background-color #2778f3
|
||||||
|
border-radius 3px
|
||||||
|
margin-top 5px
|
||||||
height 40px
|
height 40px
|
||||||
|
font-size 18px
|
||||||
|
color #fff
|
||||||
line-height 39px
|
line-height 39px
|
||||||
width 100%
|
width 100%
|
||||||
outline none
|
outline none
|
||||||
|
border none
|
||||||
font-weight normal
|
font-weight normal
|
||||||
label
|
label
|
||||||
width 115px
|
width 115px
|
||||||
|
|||||||
@@ -61,9 +61,9 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.n_left_wraper
|
.n_left_wraper
|
||||||
width 33%
|
width 49.5%
|
||||||
height 100%
|
height 100%
|
||||||
.n_right_wraper
|
.n_right_wraper
|
||||||
width 66%
|
width 49.5%
|
||||||
height 100%
|
height 100%
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -61,9 +61,9 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.n_left_wraper
|
.n_left_wraper
|
||||||
width 66%
|
width 49.5%
|
||||||
height 100%
|
height 100%
|
||||||
.n_right_wraper
|
.n_right_wraper
|
||||||
width 33%
|
width 49.5%
|
||||||
height 100%
|
height 100%
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user