Commit 450cf6f5 authored by yinxr's avatar yinxr

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

parent 9b74399c
...@@ -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: '失败',
......
...@@ -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: 110px !important; height: 127px !important;
border: none !important; border: none !important;
border-bottom: 1px solid #ddd !important; border-bottom: 1px solid #ddd !important;
} }
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
} }
textarea{ textarea{
height: 110px !important; height: 127px !important;
border: none !important; border: none !important;
border-bottom: 1px solid @borderColor !important; border-bottom: 1px solid @borderColor !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment