Unverified Commit b0bcde86 authored by Lijiaoa's avatar Lijiaoa Committed by GitHub
Browse files

Refine webui (#4548)

parent b4d8aebb
......@@ -55,8 +55,8 @@ $navBarMarginBottom: 18px;
.panelName {
line-height: $navBarHeight;
font-size: 14px;
margin-bottom: $navBarMarginBottom;
font-size: 14px;
font-weight: 500;
}
......
......@@ -6,6 +6,14 @@
"dom.iterable",
"esnext"
],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@components/*": ["src/components/*"],
"@static/*": ["src/static/*"],
"@style/*": ["src/static/style/*"],
"@model/*": ["src/static/model/*"]
},
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment