|
@@ -3327,6 +3327,18 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .courseIndex > div:nth-child(2){
|
|
|
+ width: 200px !important;
|
|
|
+ }
|
|
|
+ .navText{
|
|
|
+ width: 190px !important;
|
|
|
+ }
|
|
|
+ .evaCss{
|
|
|
+ flex-direction: column !important;
|
|
|
+ align-items: center !important;
|
|
|
+ }
|
|
|
+}
|
|
|
.body_student {
|
|
|
width: 77%;
|
|
|
height: 100%;
|
|
@@ -4497,7 +4509,7 @@ export default {
|
|
|
}
|
|
|
.elist_input {
|
|
|
/* width: 40%; */
|
|
|
- width: calc(100% - 670px);
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.elist_input .elist_input_box input {
|
|
|
font: inherit;
|