From 450cf6f58b1907ce45896efcfa4c3f00e0e28270 Mon Sep 17 00:00:00 2001 From: yinxr <2273460044@qq.com> Date: Fri, 25 Jan 2019 18:33:37 +0800 Subject: [PATCH] Signed-off-by: yinxr <2273460044@qq.com> --- src/main/webapp/WEB-INF/manager/login.ftl | 2 +- src/main/webapp/static/mweixin/css/message-reply.css | 2 +- src/main/webapp/static/mweixin/message-reply.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/manager/login.ftl b/src/main/webapp/WEB-INF/manager/login.ftl index f3bd22d8..29a942f3 100644 --- a/src/main/webapp/WEB-INF/manager/login.ftl +++ b/src/main/webapp/WEB-INF/manager/login.ftl @@ -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: '失败', diff --git a/src/main/webapp/static/mweixin/css/message-reply.css b/src/main/webapp/static/mweixin/css/message-reply.css index 4ee0a81d..6115f60c 100644 --- a/src/main/webapp/static/mweixin/css/message-reply.css +++ b/src/main/webapp/static/mweixin/css/message-reply.css @@ -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: 110px !important; + height: 127px !important; border: none !important; border-bottom: 1px solid #ddd !important; } diff --git a/src/main/webapp/static/mweixin/message-reply.less b/src/main/webapp/static/mweixin/message-reply.less index 8fc487be..0087e253 100644 --- a/src/main/webapp/static/mweixin/message-reply.less +++ b/src/main/webapp/static/mweixin/message-reply.less @@ -40,7 +40,7 @@ } } textarea{ - height: 110px !important; + height: 127px !important; border: none !important; border-bottom: 1px solid @borderColor !important; }