This commit is contained in:
2023-11-06 09:42:46 +08:00
parent d08a583010
commit 85d63fbc95
3 changed files with 12 additions and 6 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>