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