|
@@ -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 {
|