liyongli 2 年之前
父節點
當前提交
f7e55822c1
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/view/onlineText.vue

+ 5 - 2
src/view/onlineText.vue

@@ -488,7 +488,7 @@ function clearEle(colorPosition, text, i, type) {
 }
 
 function isDel(id){
-    return id == 105 || id == 112 || id == 111 || id == 108
+    return id == 105 || id == 112 || id == 111 || id == 108 || id == 201
 }
 
 function removeEle(colorPosition, text, i){
@@ -647,6 +647,9 @@ function changeTabAll() {
 .Fle {
   height: calc(100vh-226px);
 }
+.tab p {
+    white-space: nowrap;
+}
 </style>
 
 <style>
@@ -657,7 +660,7 @@ function changeTabAll() {
   border-color: #2974ff !important;
 }
 .edito {
-  width: 1920px;
+  min-width: 1280px;
   margin: 0 auto;
 }
 .example-showcase .el-loading-mask {