|
@@ -186,10 +186,12 @@
|
|
|
>
|
|
>
|
|
|
<div
|
|
<div
|
|
|
class="chapter_upload_up"
|
|
class="chapter_upload_up"
|
|
|
|
|
+ style="margin: 0 5px 0 0;width: 25px;height: 25px;"
|
|
|
@click.stop="taskMove(1, tIndex)"
|
|
@click.stop="taskMove(1, tIndex)"
|
|
|
></div>
|
|
></div>
|
|
|
<div
|
|
<div
|
|
|
class="chapter_upload_down"
|
|
class="chapter_upload_down"
|
|
|
|
|
+ style="width: 25px;height: 25px;"
|
|
|
@click.stop="taskMove(2, tIndex)"
|
|
@click.stop="taskMove(2, tIndex)"
|
|
|
></div>
|
|
></div>
|
|
|
</div>
|
|
</div>
|
|
@@ -14081,12 +14083,17 @@ ol {
|
|
|
width: calc(100% - 40px);
|
|
width: calc(100% - 40px);
|
|
|
padding: 0 10px 0 20px;
|
|
padding: 0 10px 0 20px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: row;
|
|
|
|
|
+ flex-wrap: nowrap;
|
|
|
|
|
+ align-items: baseline;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.navTask .nt_taskTitle {
|
|
.navTask .nt_taskTitle {
|
|
|
color: #717C8D;
|
|
color: #717C8D;
|
|
|
line-height: 25px;
|
|
line-height: 25px;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
|
+ min-width: 45px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.navTask .nt_taskName {
|
|
.navTask .nt_taskName {
|
|
@@ -14096,7 +14103,7 @@ ol {
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
- font-size: 15px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
color: #0E1E33;
|
|
color: #0E1E33;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -14209,9 +14216,10 @@ ol {
|
|
|
|
|
|
|
|
.moveBtn {
|
|
.moveBtn {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
|
|
- align-items: flex-end;
|
|
|
|
|
- width: 40px;
|
|
|
|
|
|
|
+ flex-direction: row;
|
|
|
|
|
+ flex-wrap: nowrap;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ width: 55px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.timuUpImg {
|
|
.timuUpImg {
|