Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-17 17:54:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c891b698a31337feaf1dc3efe46624bddef17e4
1c891b69
1 parent
10663dd6
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/App.vue
src/App.vue
View file @
1c891b6
...
...
@@ -22,6 +22,8 @@ const keepPages = computed(() => {
</script>
<style lang="less">
@prefix
:
~'
@{namespace}-x'
;
html,
body
{
width:
100
%
;
...
...
@@ -43,4 +45,8 @@ body {
padding:
0
;
}
}
.
@{prefix}
{
color:
red
;
}
</style>
...
...
Please
register
or
login
to post a comment