新增删除功能

This commit is contained in:
lion
2022-07-22 12:13:09 +08:00
parent ed257498c2
commit 2a87cd760e
6 changed files with 44 additions and 18 deletions
+2 -4
View File
@@ -42,12 +42,10 @@
</el-col>
<el-col :span="6"></el-col>
</el-row>
</div>
<div class="DashBoard" v-show="!loadComplete">
<el-col :span="20">
<el-col :span="15">
<el-input v-model="AuthCode" class="validate">
<template #prefix>
请输入授权码:
@@ -142,7 +140,7 @@ export default {
width: auto;
background-color: ghostwhite;
display: block;
margin-left: 400px;
margin-left: 200px;
margin-top: 200px;
}
</style>