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

View File

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

View File

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