优化状态样式

This commit is contained in:
yeyang
2023-01-07 17:06:45 +08:00
parent 76dbf893af
commit db7774d968

View File

@@ -46,6 +46,11 @@ hr {
border-radius: 10px;
}
.header {
max-width: 100%;
overflow: hidden;
}
.header hr {
margin: 5px 0px;
}
@@ -55,6 +60,12 @@ hr {
color: #2f4f4f;
}
.header h1 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.info {
width: 100%;
display: flex;
@@ -166,9 +177,11 @@ hr {
line-height: 25px;
left: 50%;
transform: translate(-50%, 0);
white-space: nowrap;
}
.HardDisk_li .mount {
min-width: 15px;
max-width: 3em;
text-overflow: ellipsis;
overflow: hidden;