当前组件页面是/test
页面 我想给这个整个页面设置背景颜色 可是发现设置不了 这是为什么?
{ path: '/test', name: 'Test', component: Test }
<template> <div class="txt"> <span>aaa</span> </div></template><script>export default { name: 'Test', }</script><style scoped>body{width: 100%;height: 100%;position: relative;background-color: #ccc}</style>
LEATH
相关分类