|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <div class="visualEditor-body">
|
|
|
<div class="head-wrap">
|
|
|
<div class="header">
|
|
|
<img class="logo" src="./images/logo.png" alt="">
|
|
@@ -392,6 +392,9 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
+.visualEditor-body{
|
|
|
+ background-color: #10202b;
|
|
|
+}
|
|
|
.head-wrap{
|
|
|
padding: 0 16px;
|
|
|
background-color: #071C2B;
|