Parcourir la source

update big index.js

qianlishi il y a 4 ans
Parent
commit
2e2aa0e51b
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      report-ui/src/views/report/bigscreen/designer/index.vue

+ 10 - 0
report-ui/src/views/report/bigscreen/designer/index.vue

@@ -170,6 +170,8 @@
           </div>
         </vue-ruler-tool>
       </div>
+      <!-- 如果是二次开发商业使用必须带上这个技术支持 -->
+      <div class="bottom-text">技术支持: 安吉加加</div>
     </div>
 
     <div class="layout-right" :style="{ width: widthLeftForOptions + 'px' }">
@@ -843,6 +845,7 @@ export default {
     border: 1px solid rgb(36, 42, 48);
     align-items: center;
     vertical-align: middle;
+    text-align: center;
     .top-button {
       display: flex;
       flex-direction: row;
@@ -915,6 +918,13 @@ export default {
         // z-index: 2;
       }
     }
+    .bottom-text {
+      width: 100%;
+      color: #999;
+      font-size: 12px;
+      position: absolute;
+      bottom: 20px;
+    }
   }
 
   .layout-right {