浏览代码

修改Bug

bill 1 年之前
父节点
当前提交
3ef72ecc50
共有 2 个文件被更改,包括 3 次插入16 次删除
  1. 3 14
      src/assets/style/public.scss
  2. 0 2
      src/view/vrmodel/modelContent.vue

+ 3 - 14
src/assets/style/public.scss

@@ -303,20 +303,9 @@ body {
 }
 
 .el-message-box__title span::before {
-  content               : "\e7a3";
-  font-size             : 1.5rem;
-  margin-right          : 10px;
-  color                 : #faad14;
-  font-family           : "element-icons" !important;
-  speak                 : none;
-  font-style            : normal;
-  font-weight           : normal;
-  font-variant          : normal;
-  text-transform        : none;
-  line-height           : 1;
-  vertical-align        : text-bottom;
-  display               : inline-block;
-  -webkit-font-smoothing: antialiased;
+  content: "";
+  display: inline-block;
+  width  : 30px;
 }
 
 .click-row .el-table__body td:not(:first-child) {

+ 0 - 2
src/view/vrmodel/modelContent.vue

@@ -1,8 +1,6 @@
 <template>
   <div class="body-head">
     <h3 style="visibility: hidden">场景管理</h3>
-    {{ fileList.length }}
-    {{ !!file }}
     <el-upload
       class="upload-demo"
       :multiple="false"