tremble %!s(int64=4) %!d(string=hai) anos
pai
achega
ebb7fa9517

BIN=BIN
public/fonts/element-icons.ttf


BIN=BIN
public/fonts/element-icons.woff


+ 1 - 1
public/material.html

@@ -8,7 +8,7 @@
     <link rel="icon" href="./favicon.ico" />
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfont/iconfont.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/iconfontQJ/iconfont.css"/>
-    <link rel="stylesheet" href="//at.alicdn.com/t/font_2410347_3sp3zd6hsff.css"/>
+    <link rel="stylesheet" href="//at.alicdn.com/t/font_2947721_fdnuf7rzr.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/animate/animate.min.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/mCustomScrollbar/jquery.mCustomScrollbar.min.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/scrollbar/perfect-scrollbar.css"/>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 27054 - 0
src/common/components.less


+ 5 - 4
src/pages/material.js

@@ -7,6 +7,7 @@ import 'viewerjs/dist/viewer.css'
 import Viewer from 'v-viewer'
 
 
+import '../common/components.less';
 import Button from '../common/button/index.js';
 
 
@@ -27,13 +28,13 @@ const install = function(Vue) {
   components.forEach(component => {
     Vue.component(component.name, component);
   });
-
-
 };
 
+
 /* istanbul ignore if */
-if (typeof window !== 'undefined' && window.Vue) {
-  install(window.Vue);
+if (Vue) {
+  console.log('执行');
+  install(Vue);
 }
 
 Vue.config.productionTip = false

+ 2 - 0
src/views/material/pano/index.vue

@@ -2,6 +2,7 @@
   <div class="panorama con">
     <div class="top">
       <crumbs :list="tablist" />
+      <el-button type="primary" size="small">上传素材</el-button>
       <div class="filter">
           <div>
             <i class="iconfont iconbs_search"></i>
@@ -116,6 +117,7 @@
       />
     </div>
 
+
     <rename
       :show="showRename"
       :item="popupItem"