|
@@ -2,11 +2,12 @@
|
|
|
@import "/icon/icon-editor.wxss";
|
|
|
|
|
|
.editor-box {
|
|
|
- width: 100%;
|
|
|
- padding: 0;
|
|
|
- box-sizing: border-box;
|
|
|
- background-color: #fff;
|
|
|
- border:2px solid #f6f6f6;
|
|
|
+ width: 94%;
|
|
|
+ padding: 0;
|
|
|
+ height: 70vh;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background-color: #fff;
|
|
|
+ border: 2px solid #f6f6f6;
|
|
|
}
|
|
|
|
|
|
.editor-box-header,
|