Commit ba36a1ca by 无尘

add: 增加更换管理员

parent 2fced9c1
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
</el-form> </el-form>
</div> </div>
</div> </div>
<vue-gic-footer></vue-gic-footer>
</div> </div>
</template> </template>
<script> <script>
...@@ -118,6 +119,7 @@ export default { ...@@ -118,6 +119,7 @@ export default {
.right-box { .right-box {
background: #fff; background: #fff;
padding: 24px; padding: 24px;
min-height: 500px;
h2 { h2 {
font-size: 16px; font-size: 16px;
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
</div> </div>
</div> </div>
</div> </div>
<vue-gic-footer></vue-gic-footer>
</div> </div>
</template> </template>
<script> <script>
...@@ -190,9 +191,9 @@ export default { ...@@ -190,9 +191,9 @@ export default {
/*width: 100%;*/ /*width: 100%;*/
padding: 24px; padding: 24px;
min-height: calc(100% - 240px); min-height: calc(100% - 240px);
.right-box { .right-box {
background: #fff; background: #fff;
min-height: 500px;
padding: 24px; padding: 24px;
.w-280 { .w-280 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment