Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
d1704029
Commit
d1704029
authored
Mar 14, 2018
by
李家智
Browse files
bug fix
parent
9d902228
Changes
3
Hide whitespace changes
Inline
Side-by-side
admin-console/src/main/resources/templates/admin/user/add.html
View file @
d1704029
...
...
@@ -65,7 +65,7 @@
<div
class=
"layui-row"
>
<layui:attachment
name=
"attachmentId"
batchFileUUID=
"${uuid()}"
isNew=
"true"
/>
<layui:attachment
name=
"attachmentId"
batchFileUUID=
"${uuid()}"
isNew=
"true"
bizType=
"User"
/>
</div>
...
...
admin-core/src/main/resources/templates/common/layout.html
View file @
d1704029
...
...
@@ -45,6 +45,10 @@
</script>
<style>
.site-block
{
padding
:
20px
;
border
:
1px
solid
#eee
;}
input
{
background-color
:
expression
((
this
.
readOnly
&&
this
.
readOnly
==
true
)
?
"#efefef"
:
""
);}
input
[
readonly
]
{
background-color
:
#efefef
;
}
</style>
</head>
<body>
...
...
admin-core/src/main/resources/templates/common/tag/simpleDictSelect.tag.html
View file @
d1704029
...
...
@@ -18,7 +18,7 @@ if(has(readonly)){
}
}
-->
<input
type=
"text"
class=
"layui-input"
value=
"${selectedDict.name}"
></input>
<input
type=
"text"
class=
"layui-input"
readonly
value=
"${selectedDict.name}"
></input>
<input
type=
"hidden"
name=
"${name}"
class=
"layui-input"
value=
"${expected}"
></input>
<!--#}else{ -->
...
...
Write
Preview
Supports
Markdown
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