优化大屏显示效果
This commit is contained in:
parent
dc16b83956
commit
08d20db965
@ -60,6 +60,8 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
flex: auto;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&.gutter {
|
&.gutter {
|
||||||
margin-top: -2.3vw;
|
margin-top: -2.3vw;
|
||||||
@ -81,6 +83,9 @@ export default {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -99,6 +104,9 @@ export default {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 0.6vw;
|
font-size: 0.6vw;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -288,7 +288,7 @@ export default {
|
|||||||
border: 10px solid transparent;
|
border: 10px solid transparent;
|
||||||
border-top-color: rgba(255, 255, 255, 0.2);
|
border-top-color: rgba(255, 255, 255, 0.2);
|
||||||
top: 15%;
|
top: 15%;
|
||||||
left: 50%;
|
right: 5%;
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user