|
@@ -3328,11 +3328,11 @@ export default {
|
|
|
|
|
|
<style scoped>
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
- .courseIndex > div:nth-child(2){
|
|
|
- width: 200px !important;
|
|
|
+ .courseIndex > div:first-child(2) {
|
|
|
+ width: 15% !important;
|
|
|
}
|
|
|
- .navText{
|
|
|
- width: 190px !important;
|
|
|
+ .navText {
|
|
|
+ width: 120px !important;
|
|
|
}
|
|
|
.evaCss{
|
|
|
flex-direction: column !important;
|
|
@@ -4199,6 +4199,7 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
+ width: 300px;
|
|
|
}
|
|
|
.noVedio {
|
|
|
display: flex;
|