Commit 7db35ee6 authored by wangxl's avatar wangxl

22222

parent 42a70496
...@@ -75,10 +75,10 @@ export default { ...@@ -75,10 +75,10 @@ export default {
display: inline-block; display: inline-block;
vertical-align: bottom; vertical-align: bottom;
} }
// .btn { .btn {
// position: absolute; position: absolute;
// left: 26px; right: 26px;
// } }
.dlw { .dlw {
position: absolute; position: absolute;
right: 10px; right: 10px;
......
...@@ -131,17 +131,7 @@ export default { ...@@ -131,17 +131,7 @@ export default {
line-height: 30px; line-height: 30px;
.file-box { .file-box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 8px; margin: 0 8px;
> div:nth-child(1) {
max-width: 90%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
} }
.visually-hidden { .visually-hidden {
display: none !important; display: none !important;
......
...@@ -164,9 +164,10 @@ ...@@ -164,9 +164,10 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
text-align: left;
>div:nth-child(1) { >div:nth-child(1) {
max-width: 90%; width: 90%;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
......
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