mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-31 02:26:54 +08:00
style: adjusted the light and dark themes
style: add window shadow on macOS #62
This commit is contained in:
@@ -69,13 +69,8 @@ const onReloadKey = async () => {
|
||||
:size="props.size"
|
||||
:ttl="props.ttl"
|
||||
:value="props.value"
|
||||
:view-as="props.viewAs"
|
||||
class="content-value-wrapper" />
|
||||
:view-as="props.viewAs" />
|
||||
</keep-alive>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.content-value-wrapper {
|
||||
background-color: v-bind('themeVars.bodyColor');
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user