Add nav drawer child padding

next
mashirozx 2021-09-15 10:32:14 +08:00
parent 6e151b4f88
commit f1dbe40d00
2 changed files with 10 additions and 1 deletions

View File

@ -15,3 +15,11 @@ location /src/assets {
rewrite ^/(.*)$ http://localhost:9000/$1 redirect;
}
```
> Error: spawn C:\..\node_modules\esbuild\esbuild.exe ENOENT
```bash
node ./node_modules/esbuild/install.js
```
ref: <https://github.com/vitejs/vite/issues/1361>

View File

@ -193,7 +193,8 @@ export default defineComponent({
transition: all 0.3s;
> .li__wrapper {
> .li__content--tag {
width: 100%;
width: calc(100% - 20px);
padding-left: 20px;
height: 36px;
}
}