Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
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
chenjunxiong
guns-vip
Commits
43e3080d
Commit
43e3080d
authored
May 09, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整通知详情窗口的高度
parent
6c141ec5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/webapp/WEB-INF/view/system/notice/notice_add.html
+1
-1
src/main/webapp/WEB-INF/view/system/notice/notice_edit.html
+1
-1
No files found.
src/main/webapp/WEB-INF/view/system/notice/notice_add.html
View file @
43e3080d
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-1 control-label"
>
内容
</label>
<label
class=
"col-sm-1 control-label"
>
内容
</label>
<div
class=
"col-sm-11"
>
<div
class=
"col-sm-11"
>
<textarea
class=
"form-control"
id=
"content"
type=
"text"
></textarea>
<textarea
class=
"form-control"
id=
"content"
type=
"text"
style=
"height: 150px;"
></textarea>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/main/webapp/WEB-INF/view/system/notice/notice_edit.html
View file @
43e3080d
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-1 control-label"
>
内容
</label>
<label
class=
"col-sm-1 control-label"
>
内容
</label>
<div
class=
"col-sm-11"
>
<div
class=
"col-sm-11"
>
<textarea
class=
"form-control"
id=
"content"
type=
"text"
>
${notice.content}
</textarea>
<textarea
class=
"form-control"
id=
"content"
type=
"text"
style=
"height: 150px;"
>
${notice.content}
</textarea>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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