Devli hace 1 año
padre
commit
51cc364ab8

+ 4 - 4
report-ui/src/views/bigscreenDesigner/designer/components/dynamicForm.vue

@@ -1,8 +1,8 @@
 <!--
- * @Author: lide1202@hotmail.com
- * @Date: 2021-4-6 11:04:24
- * @Last Modified by:   lide1202@hotmail.com
- * @Last Modified time: 2021-3-13 11:04:24
+ * @Author: Devli
+ * @Date: 2021-3-13 11:04:24
+ * @Last Modified by:   qianlishi
+ * @Last Modified time: 2022-3-14 14:04:24
  !-->
 <template>
   <div class="collapse-input-style">

+ 5 - 5
report-ui/src/views/bigscreenDesigner/designer/tools/index.js

@@ -1,10 +1,10 @@
 /*
- * @Descripttion: 主文件
+ * @Descripttion: 大屏设置项
  * @version:
- * @Author: qianlishi
- * @Date: 2021-08-29 06:43:07
- * @LastEditors: lide1202
- * @LastEditTime: 2023-11-22 15:00:35
+ * @Author: Devli
+ * @Date: 2021-3-23 13:01:07
+ * @LastEditors: qianlishi
+ * @LastEditTime: 2023-3-9 15:00:35
  */
 import { widgetTool } from "./main"
 const screenConfig = {

+ 3 - 3
report-ui/src/views/bigscreenDesigner/designer/widget/texts/widgetHref.vue

@@ -1,8 +1,8 @@
 <!--
- * @Author: lide1202@hotmail.com
+ * @Author: Devli
  * @Date: 2021-3-13 11:04:24
- * @Last Modified by:   lide1202@hotmail.com
- * @Last Modified time: 2021-3-13 11:04:24
+ * @Last Modified by:   qianlishi
+ * @Last Modified time: 2022-3-14 14:04:24
  !-->
 <template>
   <a

+ 3 - 3
report-ui/src/views/bigscreenDesigner/designer/widget/texts/widgetText.vue

@@ -1,8 +1,8 @@
 <!--
- * @Author: lide1202@hotmail.com
+ * @Author: Devli
  * @Date: 2021-3-13 11:04:24
- * @Last Modified by:   lide1202@hotmail.com
- * @Last Modified time: 2021-3-13 11:04:24
+ * @Last Modified by:   qianlishi
+ * @Last Modified time: 2022-3-14 14:04:24
  !-->
 <template>
   <div class="text" :style="styleColor">{{ styleColor.text }}</div>

+ 3 - 3
report-ui/src/views/screenDesigner/widget/texts/widgetText.vue

@@ -1,8 +1,8 @@
 <!--
- * @Author: lide1202@hotmail.com
+ * @Author: Devli
  * @Date: 2021-3-13 11:04:24
- * @Last Modified by:   lide1202@hotmail.com
- * @Last Modified time: 2021-3-13 11:04:24
+ * @Last Modified by:   qianlishi
+ * @Last Modified time: 2022-3-14 14:04:24
  !-->
 <template>
   <div class="text" :style="styleColor">{{ styleColor.text }}</div>