|
@@ -225,6 +225,19 @@ async function mock() {
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
+[data-theme="dark"] {
|
|
|
+ .full-screen-btn {
|
|
|
+ background-color: rgba(255, 255, 255, 0.1)!important;
|
|
|
+ }
|
|
|
+ .data-parse-wrapper {
|
|
|
+ &:fullscreen {
|
|
|
+ background-color: rgba(255, 255, 255, 0.1)!important;
|
|
|
+ }
|
|
|
+ &::-webkit-full-screen {
|
|
|
+ background-color: rgba(255, 255, 255, 0.1)!important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
.flex {
|
|
|
display: flex;
|
|
|
}
|