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