Commit 3679e6f8 by qiaoyanqi

反馈信息加边框

parent 6a623ef0
......@@ -141,6 +141,10 @@ export default {
.feedback {
height: 100%;
padding: 16px;
border-radius: 6px;
border: 1px solid #E5E5E5;
overflow: hidden;
background-color: white;
&-title {
text-align: left;
font-size: 16px;
......
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