mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 19:39:27 +08:00
feat: 支持文本模板,系统命令
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user