hookehuyr

fix

...@@ -22,6 +22,8 @@ const keepPages = computed(() => { ...@@ -22,6 +22,8 @@ const keepPages = computed(() => {
22 </script> 22 </script>
23 23
24 <style lang="less"> 24 <style lang="less">
25 +@prefix: ~'@{namespace}-x';
26 +
25 html, 27 html,
26 body { 28 body {
27 width: 100%; 29 width: 100%;
...@@ -43,4 +45,8 @@ body { ...@@ -43,4 +45,8 @@ body {
43 padding: 0; 45 padding: 0;
44 } 46 }
45 } 47 }
48 +
49 +.@{prefix} {
50 + color: red;
51 +}
46 </style> 52 </style>
......