Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
28f9a324
Commit
28f9a324
authored
Feb 15, 2019
by
a123456
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: a123456 <1209165801@qq.com>
parent
7593e5c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
form.ftl
src/main/webapp/WEB-INF/manager/mdiy/diy-model/form.ftl
+0
-0
index.ftl
src/main/webapp/WEB-INF/manager/mdiy/diy-model/index.ftl
+1
-1
model-form.css
src/main/webapp/static/mdiy/css/model-form.css
+1
-0
model-form.less
src/main/webapp/static/mdiy/less/model-form.less
+1
-0
No files found.
src/main/webapp/WEB-INF/manager/mdiy/diy-model/form.ftl
View file @
28f9a324
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/manager/mdiy/diy-model/index.ftl
View file @
28f9a324
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
onStart: function(event) {
onStart: function(event) {
//准备拖动时保存拖动选项的数据
//准备拖动时保存拖动选项的数据
that.addInputType = {
that.addInputType = {
id: event.item.dataset.id
,
type: event.item.dataset.type
,
title: event.item.dataset.title,
title: event.item.dataset.title,
downList: [], //下拉列表
downList: [], //下拉列表
downActiveList: [], //多选列表
downActiveList: [], //多选列表
...
...
src/main/webapp/static/mdiy/css/model-form.css
View file @
28f9a324
...
@@ -222,6 +222,7 @@ textarea::-webkit-input-placeholder {
...
@@ -222,6 +222,7 @@ textarea::-webkit-input-placeholder {
}
}
.ms-mdiy-model-form
.ms-editor-body-layout
.sortable-ghost
{
.ms-mdiy-model-form
.ms-editor-body-layout
.sortable-ghost
{
margin-bottom
:
18px
;
margin-bottom
:
18px
;
min-height
:
40px
;
}
}
.ms-mdiy-model-form
.ms-editor-attr-layout
{
.ms-mdiy-model-form
.ms-editor-attr-layout
{
background
:
#fff
;
background
:
#fff
;
...
...
src/main/webapp/static/mdiy/less/model-form.less
View file @
28f9a324
...
@@ -74,6 +74,7 @@
...
@@ -74,6 +74,7 @@
//表单颜色默认下边距
//表单颜色默认下边距
.sortable-ghost {
.sortable-ghost {
margin-bottom: 18px;
margin-bottom: 18px;
min-height: 40px;
}
}
}
}
//右侧选项属性
//右侧选项属性
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment