feat: 支持文本模板,系统命令

This commit is contained in:
muwoo
2021-06-10 20:54:28 +08:00
parent 31e7e17cc9
commit 31d57fc404
29 changed files with 377 additions and 205 deletions

View File

@@ -110,9 +110,9 @@ export default {
}
</script>
<style lang="scss">
<style lang="less">
.dev-container {
height: calc(100vh - 110px);
height: calc(~'100vh - 110px');
.dev-detail {
display: flex;
align-items: flex-start;