Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
c385a695
Commit
c385a695
authored
May 12, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
0375f807
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
iview-admin/src/components/main/components/tags-nav/tags-nav.less
+2
-1
iview-admin/src/store/module/metainfo/appinfo.js
+2
-1
No files found.
iview-admin/src/components/main/components/tags-nav/tags-nav.less
View file @
c385a695
...
@@ -48,11 +48,12 @@
...
@@ -48,11 +48,12 @@
}
}
.scroll-outer{
.scroll-outer{
position: absolute;
position: absolute;
background-color:white;
left: 28px;
left: 28px;
right: 61px;
right: 61px;
top: 0;
top: 0;
bottom: 0;
bottom: 0;
box-shadow: 0px 0 3px 2px rgba(100,100,100,.1) inset;
//
box-shadow: 0px 0 3px 2px rgba(100,100,100,.1) inset;
.scroll-body{
.scroll-body{
height: ~"calc(100% - 1px)";
height: ~"calc(100% - 1px)";
display: inline-block;
display: inline-block;
...
...
iview-admin/src/store/module/metainfo/appinfo.js
View file @
c385a695
...
@@ -19,9 +19,10 @@ export default {
...
@@ -19,9 +19,10 @@ export default {
main
:
[
main
:
[
{
{
"title"
:
"关键信息"
,
"title"
:
"关键信息"
,
cols
:
3
,
cols
:
2
,
ctls
:[
ctls
:[
{
"type"
:
"input"
,
"label"
:
"应用名称"
,
"prop"
:
"name"
,
"placeHolder"
:
"请输入昵称"
,
"style"
:
""
,
rules
:
[{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]
},
{
"type"
:
"input"
,
"label"
:
"应用名称"
,
"prop"
:
"name"
,
"placeHolder"
:
"请输入昵称"
,
"style"
:
""
,
rules
:
[{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]
},
{
"type"
:
"switch"
,
"label"
:
"是否公开"
,
"prop"
:
"isPublic"
,
"opentext"
:
"是"
,
"closetext"
:
"否"
,
"trurcolor"
:
""
,
"falsecolor"
:
""
,
"placeHolder"
:
""
,
"style"
:
""
},
{
"type"
:
"input"
,
"label"
:
"路由域名"
,
"prop"
:
"domainName"
,
"placeHolder"
:
"请输入邮件"
,
"style"
:
""
,
rules
:
[{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]
},
{
"type"
:
"input"
,
"label"
:
"路由域名"
,
"prop"
:
"domainName"
,
"placeHolder"
:
"请输入邮件"
,
"style"
:
""
,
rules
:
[{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]
},
{
"type"
:
"input"
,
"label"
:
"后端服务"
,
"prop"
:
"backend"
,
"placeHolder"
:
"请输入帐户名"
,
"style"
:
""
,
rules
:
[{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]
},
{
"type"
:
"input"
,
"label"
:
"后端服务"
,
"prop"
:
"backend"
,
"placeHolder"
:
"请输入帐户名"
,
"style"
:
""
,
rules
:
[{
"required"
:
true
,
"message"
:
' '
,
"trigger"
:
'blur'
},]
},
// { "type": "upload", "label": "功能清单", "prop": "functionUrl", "placeHolder": "请上传功能清单", "style": "", rules: [] },
// { "type": "upload", "label": "功能清单", "prop": "functionUrl", "placeHolder": "请上传功能清单", "style": "", rules: [] },
...
...
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