优化大屏显示效果

This commit is contained in:
xuecong 2021-11-18 11:32:56 +08:00
parent dc16b83956
commit 08d20db965
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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%;
}