Skip to content

Commit 1ca44f8

Browse files
author
ruanzhixiong
committed
fix: 样式修复
1 parent 6f99d85 commit 1ca44f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/code/demo/PasteImageFromClipboard.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ onMounted(() => {
2323
})
2424
</script>
2525
<style lang="scss" scoped>
26+
2627
.container {
2728
align-items: center;
2829
display: flex;
@@ -49,4 +50,14 @@ onMounted(() => {
4950
max-width: 42rem;
5051
}
5152
}
53+
.dark {
54+
.container {
55+
background-color: #2d3748;
56+
border-color: #4a5568;
57+
.key {
58+
background-color: #2d3748;
59+
border-color: #4a5568;
60+
}
61+
}
62+
}
5263
</style>

0 commit comments

Comments
 (0)