fix: 修复作业管理创建作业参数组件输入样式问题

This commit is contained in:
“huailei000”
2022-12-02 19:05:36 +08:00
committed by huailei
parent b68a3b27fa
commit 6af2ee0555

View File

@@ -71,7 +71,7 @@ export default {
}
</script>
<style scoped>
<style lang="scss" scoped>
.toolbar {
height: 100%;
width: 100%;
@@ -81,4 +81,8 @@ export default {
border-radius: 4px 4px 0 0;
background-color: var(--color-primary);
}
>>> .CodeMirror pre.CodeMirror-line,
>>> .CodeMirror-linenumber.CodeMirror-gutter-elt {
line-height: 18px!important;
}
</style>