mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 13:34:08 +08:00
调整输出窗口背景颜色和utools一致
This commit is contained in:
parent
aff275fa7f
commit
9f9494a600
@ -13,6 +13,7 @@
|
|||||||
width: fromUtools ? '100%' : '700px',
|
width: fromUtools ? '100%' : '700px',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
}"
|
}"
|
||||||
|
class="command-run-result"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="!(enableHtml && fromUtools)"
|
v-if="!(enableHtml && fromUtools)"
|
||||||
@ -384,3 +385,9 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.command-run-result {
|
||||||
|
background-color: var(--utools-bg-color);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user