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; ...@@ -55,8 +55,8 @@ $navBarMarginBottom: 18px;
.panelName { .panelName {
line-height: $navBarHeight; line-height: $navBarHeight;
font-size: 14px;
margin-bottom: $navBarMarginBottom; margin-bottom: $navBarMarginBottom;
font-size: 14px;
font-weight: 500; font-weight: 500;
} }
......
...@@ -6,6 +6,14 @@ ...@@ -6,6 +6,14 @@
"dom.iterable", "dom.iterable",
"esnext" "esnext"
], ],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@components/*": ["src/components/*"],
"@static/*": ["src/static/*"],
"@style/*": ["src/static/style/*"],
"@model/*": ["src/static/model/*"]
},
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": 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