YY 2 years ago
parent
commit
db9db5aecd

+ 26 - 18
commpents/hg-editor/hg-editor.wxss

@@ -10,31 +10,39 @@
     border: 2px solid #f6f6f6;
 }
 
-.editor-box-header,
+.editor-box-header {
+    width: 100%;
+
+}
+
 .editor-box-content {
-  width: 100%;
+    width: 100%;
+    height: 63vh;
 }
 
 .editor-box-header {
-  display: flex;
-  flex-flow: row nowrap;
-  align-items: center;
-  justify-content:flex-start;
-  padding: 20rpx 20rpx;
-  box-sizing: border-box;
-  border-bottom: 2rpx solid #f6f6f6;
-  background-color: #f6f6f6;
+    display: flex;
+    flex-flow: row nowrap;
+    align-items: center;
+    justify-content: flex-start;
+    padding: 20rpx 20rpx;
+    box-sizing: border-box;
+    border-bottom: 2rpx solid #f6f6f6;
+    background-color: #f6f6f6;
 }
 
+
+
+
 .editor-box-header>.operate-box {
-  margin-right: 20rpx;
-  width: 40rpx;
-  height: 40rpx;
-  overflow: hidden;
-  color:gray;
+    margin-right: 20rpx;
+    width: 40rpx;
+    height: 40rpx;
+    overflow: hidden;
+    color: gray;
 }
 
-.editor-box-content{
-  padding:20rpx;
-  box-sizing: border-box;
+.editor-box-content {
+    padding: 20rpx;
+    box-sizing: border-box;
 }

+ 6 - 0
pagesMatch/matchAdmin/match/add.less

@@ -19,6 +19,12 @@
                     position: static;
                     width: 72vw;
                 }
+
+                .ql-container {
+                    padding: 0;
+                    height: 60vh !important;
+                }
+
             }
         }
 

+ 4 - 0
pagesMatch/matchAdmin/match/add.wxss

@@ -17,6 +17,10 @@
   position: static;
   width: 72vw;
 }
+.main .one .content .value .ql-container {
+  padding: 0;
+  height: 60vh !important;
+}
 .main .one .btn {
   text-align: center;
   margin: 3vw 0;