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