Commit 736e9860 authored by chenqikuai's avatar chenqikuai

fix: 修复文件列表中文件名展示不适配的问题

parent 85f6a9b2
......@@ -131,6 +131,11 @@ export default class FolderList extends Vue {
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #353535;
width: 100%;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.desc {
font-size: 12px;
......
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