Skip to content

27 - 全局CSS #2206

Open
Open
@sly3464

Description

@sly3464
<template>
  <p>Hello Vue.js</p>
</template>

<style scoped>

p {
  font-size:20px;
  color:red;
  text-align: center;
  line-height: 50px;
}

:global(body) {
  width: 100vw;
  height: 100vh;
  background-color: burlywood;
}
</style>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions