From a69ec72af35ade905d53bfb0c5ed6cb27dff815c Mon Sep 17 00:00:00 2001 From: dy <1197793912@qq.com> Date: Fri, 2 Apr 2021 10:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=AE=A1=E7=90=86-=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/activity/info/add.html | 384 ++++++++++-------- 1 file changed, 205 insertions(+), 179 deletions(-) diff --git a/sino-activity/src/main/resources/templates/activity/info/add.html b/sino-activity/src/main/resources/templates/activity/info/add.html index 5a00162ed..3a2b9f8b8 100644 --- a/sino-activity/src/main/resources/templates/activity/info/add.html +++ b/sino-activity/src/main/resources/templates/activity/info/add.html @@ -8,26 +8,36 @@
-

活动管理

+
-
+
+

第1步-基本信息

@@ -98,193 +108,209 @@
-
- -
- -
-
-
- -
- -
-
-
- -
-
- - -
-
-
+

第2步-选择UI模板

+ 分格查询字典表 单选按钮 +

字典表显示字段

+
-
-

1、如果需要工具栏在页面底部显示, 将style中下面的部分取消注释

.sw>.toolbar-bottom

-

2、如果设置了自动调节高度为false, 将style中下面的部分取消注释

.sw>.tab-content

-

3、工具栏的按钮样式会被表单插件中.btn样式覆盖导致bootstrap中的按钮样式无效, 如果需要改变按钮样式可以自己定义并提高优先级

-
+
+

第3步-配置展现内容

+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+ + + +
-
-

测试多行显示

-
-$('#smartwizard').smartWizard({
-  selected: 0, // Initial selected step, 0 = first step
-  theme: 'default', // theme for the wizard, related css need to include for other than default theme
-  justified: true, // Nav menu justification. true/false
-  darkMode:false, // Enable/disable Dark Mode if the theme supports. true/false
-  autoAdjustHeight: true, // Automatically adjust content height
-  cycleSteps: false, // Allows to cycle the navigation of steps
-  backButtonSupport: true, // Enable the back button support
-  enableURLhash: true, // Enable selection of the step based on url hash
-  transition: {
-      animation: 'none', // Effect on navigation, none/fade/slide-horizontal/slide-vertical/slide-swing
-      speed: '400', // Transion animation speed
-      easing:'' // Transition animation easing. Not supported without a jQuery easing plugin
-  },
-  toolbarSettings: {
-      toolbarPosition: 'bottom', // none, top, bottom, both
-      toolbarButtonPosition: 'right', // left, right, center
-      showNextButton: true, // show/hide a Next button
-      showPreviousButton: true, // show/hide a Previous button
-      toolbarExtraButtons: [] // Extra buttons to show on toolbar, array of jQuery input/buttons elements
-  },
-  anchorSettings: {
-      anchorClickable: true, // Enable/Disable anchor navigation
-      enableAllAnchors: false, // Activates all anchors clickable all times
-      markDoneStep: true, // Add done state on navigation
-      markAllPreviousStepsAsDone: true, // When a step selected by url hash, all previous steps are marked done
-      removeDoneStepOnNavigateBack: false, // While navigate back done step after active step will be cleared
-      enableAnchorOnDoneStep: true // Enable/Disable the done steps navigation
-  },
-  keyboardSettings: {
-      keyNavigation: true, // Enable/Disable keyboard navigation(left and right keys are used if enabled)
-      keyLeft: [37], // Left key code
-      keyRight: [39] // Right key code
-  },
-  lang: { // Language variables for button
-      next: 'Next',
-      previous: 'Previous'
-  },
-  disabledSteps: [], // Array Steps disabled
-  errorSteps: [], // Highlight step with errors
-  hiddenSteps: [] // Hidden steps
-});
-										
-
-
-
-
-

活动规则

-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
- -
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
-
-
-
- -
-
- - +

活动规则

+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
-
-
-
-
- -
-
- - + +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+
+ + + +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +
+ +
+
- - -
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
- -
-
-
- -
- -
-
-
-
@@ -431,7 +457,7 @@ $('#smartwizard').smartWizard({ // 初始化表单向导组件 $('#smartwizard').smartWizard({ theme: 'dots', // default, arrows, dots, progress - autoAdjustHeight : false, // 自动调整高度, 默认true + autoAdjustHeight : true, // 自动调整高度, 默认true enableURLhash:false, //开启URL hash,开启后点击浏览器前进后退按钮会执行下一步和上一步操作 transition: { animation: 'slide-horizontal', // Effect on navigation, none/fade/slide-horizontal/slide-vertical/slide-swing