3 changed files with 21 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||
|
<template> |
||||
|
<div class="stzone"> |
||||
|
<h1>系统设置</h1> |
||||
|
</div> |
||||
|
</template> |
||||
|
<style scoped> |
||||
|
/* 系统设置 */ |
||||
|
.stzone { |
||||
|
width: 1200px; |
||||
|
margin: 0 auto; |
||||
|
background-color: #f5f5f5; |
||||
|
float: left; |
||||
|
height: 100%; |
||||
|
} |
||||
|
</style> |
||||
Loading…
Reference in new issue