ソースを参照

Merge remote-tracking branch 'origin/dev' into dev

qianming 4 年 前
コミット
7c0b28ebd1

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

@@ -170,8 +170,6 @@
           </div>
         </vue-ruler-tool>
       </div>
-      <!-- 如果是二次开发商业使用必须带上这个技术支持 -->
-      <div class="bottom-text">技术支持: 安吉加加信息技术有限公司</div>
     </div>
 
     <div class="layout-right" :style="{ width: widthLeftForOptions + 'px' }">

+ 1 - 1
report-ui/src/views/report/bigscreen/designer/tools.js

@@ -5798,7 +5798,7 @@ const widgetTools = [
                 value: 'rgba(30, 144, 255, 1)'
               },
               {
-                type: 'el-input-text',
+                type: 'el-select',
                 label: '字体粗细',
                 name: 'subTextFontWeight',
                 required: false,

+ 0 - 2
report-ui/src/views/report/bigscreen/viewer/index.vue

@@ -14,8 +14,6 @@
         :type="widget.type"
       />
     </div>
-    <!-- 如果是二次开发商业使用必须带上这个技术支持 -->
-    <div class="bottom-text">技术支持: 安吉加加信息技术有限公司</div>
   </div>
 </template>