|
@@ -3328,9 +3328,9 @@ export default {
|
|
|
|
|
|
<style scoped>
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
- .courseIndex > div:first-child(2) {
|
|
|
+ /* .courseIndex > div:first-child(2) {
|
|
|
width: 15% !important;
|
|
|
- }
|
|
|
+ } */
|
|
|
.navText {
|
|
|
width: 120px !important;
|
|
|
}
|
|
@@ -3858,12 +3858,13 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
+ width: calc(100% - 350px);
|
|
|
}
|
|
|
.courseIndex > div:nth-child(1) {
|
|
|
margin: 0 20px;
|
|
|
padding-left: 5px;
|
|
|
font-size: 24px;
|
|
|
- width: 100px;
|
|
|
+ min-width: 100px;
|
|
|
font-weight: bold;
|
|
|
border-left: 4px solid #3363b9;
|
|
|
height: 35px;
|
|
@@ -4269,6 +4270,7 @@ export default {
|
|
|
justify-content: flex-start;
|
|
|
padding: 0 10px;
|
|
|
width: 100%;
|
|
|
+ box-sizing:border-box;
|
|
|
}
|
|
|
.navTaskname {
|
|
|
white-space: nowrap;
|