mirror of
https://github.com/Dichgrem/Vue.git
synced 2025-12-18 14:31:58 -05:00
style:apart_css
This commit is contained in:
@@ -67,16 +67,3 @@ export default {
|
||||
<TodoList :todos="todoList" @delTodo="delTodo" />
|
||||
<TodoFooter :count="todoList.length" :tabType="tabType" @changeTabType="changeTabType" />
|
||||
</template>
|
||||
|
||||
<style>
|
||||
#app {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
margin: 20px auto;
|
||||
padding: 15px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
|
||||
border-radius: 10px;
|
||||
background: white;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user