Commit 7db35ee6 authored by wangxl's avatar wangxl

22222

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