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
450cf6f5
Commit
450cf6f5
authored
Jan 25, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: yinxr <2273460044@qq.com>
parent
9b74399c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
login.ftl
src/main/webapp/WEB-INF/manager/login.ftl
+1
-1
message-reply.css
src/main/webapp/static/mweixin/css/message-reply.css
+1
-1
message-reply.less
src/main/webapp/static/mweixin/message-reply.less
+1
-1
No files found.
src/main/webapp/WEB-INF/manager/login.ftl
View file @
450cf6f5
...
@@ -101,7 +101,7 @@ var loginVue = new Vue({
...
@@ -101,7 +101,7 @@ var loginVue = new Vue({
message
:
'登录成功'
,
message
:
'登录成功'
,
type
:
'success'
type
:
'success'
});
});
location
.
href
=
ms
.
base
+
"/index.ftl
"
;
location
.
href
=
ms
.
manager
+
"/index.do
"
;
}
else
{
}
else
{
that
.
$notify
({
that
.
$notify
({
title
:
'失败'
,
title
:
'失败'
,
...
...
src/main/webapp/static/mweixin/css/message-reply.css
View file @
450cf6f5
...
@@ -143,7 +143,7 @@ textarea::-webkit-input-placeholder {
...
@@ -143,7 +143,7 @@ textarea::-webkit-input-placeholder {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.ms-message-reply
.message-reply-tabs
.el-tab-pane
>
.el-form
.ms-message-reply-content
.el-form-item__content
textarea
{
.ms-message-reply
.message-reply-tabs
.el-tab-pane
>
.el-form
.ms-message-reply-content
.el-form-item__content
textarea
{
height
:
1
10
px
!important
;
height
:
1
27
px
!important
;
border
:
none
!important
;
border
:
none
!important
;
border-bottom
:
1px
solid
#ddd
!important
;
border-bottom
:
1px
solid
#ddd
!important
;
}
}
...
...
src/main/webapp/static/mweixin/message-reply.less
View file @
450cf6f5
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
}
}
}
}
textarea{
textarea{
height: 1
10
px !important;
height: 1
27
px !important;
border: none !important;
border: none !important;
border-bottom: 1px solid @borderColor !important;
border-bottom: 1px solid @borderColor !important;
}
}
...
...
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