瀏覽代碼

初始设置小地图为收缩状态

shaogen1995 3 年之前
父節點
當前提交
14c29cffe4
共有 3 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      hot/src/views/Home.vue
  2. 1 1
      web/public/static/js/loadCAD.js
  3. 1 1
      web/src/components/exhibition/index.vue

+ 1 - 0
hot/src/views/Home.vue

@@ -327,6 +327,7 @@ export default {
     line-height: 1.5;
     letter-spacing: 1px;
     &:first-of-type {
+      padding-right: 40px;
       font-weight: bold;
       font-size: 20px;
     }

+ 1 - 1
web/public/static/js/loadCAD.js

@@ -38,7 +38,7 @@ window.grendCAD = (function grendCAD() {
     style.innerHTML = `
       .cad {
         position: absolute;
-        right: 0px;
+        right: -310px;
         top: 110px;
         width: 300px;
         height: 200px;

+ 1 - 1
web/src/components/exhibition/index.vue

@@ -27,7 +27,7 @@
 export default {
   data() {
     return {
-      isShow: true,
+      isShow: false,
       list: [
         {
           id: 1,