mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
Demo:调整界面样式
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 635px) {
|
||||
@media screen and (max-width: 740px) {
|
||||
.countContainer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -233,10 +233,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 502px) {
|
||||
@media screen and (max-width: 590px) {
|
||||
.navigatorContainer {
|
||||
left: 20px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
class="icon iconfont"
|
||||
:class="[item2.icon]"
|
||||
></span>
|
||||
<span class="name">{{ item2.name }}</span>
|
||||
<div class="value">{{ item2.value }}</div>
|
||||
<span class="name" :title="item2.name">{{ item2.name }}</span>
|
||||
<div class="value" :title="item2.value">{{ item2.value }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,16 +67,15 @@ export default {
|
||||
|
||||
.list {
|
||||
.item {
|
||||
|
||||
.icon {
|
||||
color: hsla(0,0%,100%,.6);
|
||||
color: hsla(0, 0%, 100%, 0.6);
|
||||
}
|
||||
.name {
|
||||
color: hsla(0,0%,100%,.6);
|
||||
color: hsla(0, 0%, 100%, 0.6);
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
color: hsla(0,0%,100%,.3);
|
||||
color: hsla(0, 0%, 100%, 0.3);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -104,11 +103,17 @@ export default {
|
||||
|
||||
.name {
|
||||
color: #333;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.value {
|
||||
color: #909090;
|
||||
margin-left: auto;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user