Commit 1f21017e by 罗绍泽

Merge remote-tracking branch 'origin/develop' into develop

parents edb25497 d0280e4a
...@@ -1119,6 +1119,10 @@ a{ ...@@ -1119,6 +1119,10 @@ a{
line-height: 34px; line-height: 34px;
margin-top:5px; margin-top:5px;
cursor: pointer; cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 311px;
} }
.disk_content_list_fileName>div:first-child+div>div:hover{ .disk_content_list_fileName>div:first-child+div>div:hover{
color:#2CA4F0; color:#2CA4F0;
...@@ -1520,7 +1524,7 @@ a{ ...@@ -1520,7 +1524,7 @@ a{
} }
.disk_selectUser_content>div{ .disk_selectUser_content>div{
padding:0; padding:0;
height:600px; height:580px;
} }
.disk_selectUser_content>div:first-child{ .disk_selectUser_content>div:first-child{
border-right:1px solid #e5e5e5; border-right:1px solid #e5e5e5;
......
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