|
|
@@ -238,6 +238,7 @@ export default {
|
|
|
border-radius: 50%;
|
|
|
overflow: hidden;
|
|
|
img {
|
|
|
+ object-fit: cover;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
@@ -326,14 +327,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .letfHome{
|
|
|
- background: url('../../assets/img/homeLeft.png');
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
- .rightHome{
|
|
|
- background: url('../../assets/img/homeRight.png');
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
.letf {
|
|
|
.echarts{
|
|
|
position: absolute;
|