mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-28 08:22:48 +08:00
🎨 fit dev page style
This commit is contained in:
parent
47eacb86cb
commit
e156642684
@ -64,13 +64,20 @@ const labelCol = { span: 4 };
|
|||||||
const wrapperCol = { span: 14 };
|
const wrapperCol = { span: 14 };
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less" scoped>
|
||||||
.dev {
|
.dev {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
background: #fff;
|
background: var(--color-body-bg);
|
||||||
height: calc(~"100vh - 46px");
|
height: calc(~"100vh - 46px");
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
:deep(label) {
|
||||||
|
color: var(--color-text-content);
|
||||||
|
}
|
||||||
|
:deep(.ant-input) {
|
||||||
|
background: var(--color-input-hover);
|
||||||
|
color: var(--color-text-content);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user