Signed-off-by: yinxr <2273460044@qq.com>

master
yinxr 7 years ago
parent 9b74399cc3
commit 450cf6f58b
  1. 2
      src/main/webapp/WEB-INF/manager/login.ftl
  2. 2
      src/main/webapp/static/mweixin/css/message-reply.css
  3. 2
      src/main/webapp/static/mweixin/message-reply.less

@ -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: '失败',

@ -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;
}

@ -40,7 +40,7 @@
}
}
textarea{
height: 110px !important;
height: 127px !important;
border: none !important;
border-bottom: 1px solid @borderColor !important;
}

Loading…
Cancel
Save