Browse Source

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

shaogen1995 3 years ago
parent
commit
14c29cffe4

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

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

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

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

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

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