@@ -811,6 +811,10 @@ export default {
font-weight: 700;
vertical-align: center;
}
+.home {
+ background: #1161ca;
+ z-index: 2;
+}
.now-file {
left: unset;
right: 0;
@@ -827,6 +831,12 @@ export default {
box-sizing: border-box;
vertical-align: middle;
}
+.out-title>.out-title-span {
+ position: relative;
+ padding: 0 4px;
+ display: inline-block;
+ background: #1161ca;
+}
.layout {
display: flex;
flex-direction: column;
@@ -850,11 +860,13 @@ export default {
}
.left .file {
margin: 12px 0;
+ padding: 0 4px;
cursor: pointer;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
+ box-sizing: border-box;
}
.left .file.checked {
position: relative;