mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复作业管理创建作业参数组件输入样式问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user