修复子节点显示错误

This commit is contained in:
648540858
2020-10-12 10:11:24 +08:00
parent d96228f9ee
commit be42a35eca
28 changed files with 12815 additions and 57 deletions

10
web_src/.postcssrc.js Normal file
View File

@@ -0,0 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}