|
@@ -624,7 +624,7 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<editor-bar
|
|
|
- style="width: 70.5% !important; margin: 0"
|
|
|
+ style="width: 90% !important; margin: 0"
|
|
|
placeholder="请输入任务描述"
|
|
|
v-model="
|
|
|
unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
@@ -653,7 +653,7 @@
|
|
|
style="
|
|
|
margin: 0;
|
|
|
min-height: 0;
|
|
|
- width: 66% !important;
|
|
|
+ width: 90% !important;
|
|
|
paddint-top: 10px !important;
|
|
|
"
|
|
|
>
|
|
@@ -778,10 +778,13 @@
|
|
|
style="
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
- width: 55%;
|
|
|
+ width: 80%;
|
|
|
minwidth: 215px;
|
|
|
z-index: 99;
|
|
|
font-size: 14px;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
"
|
|
|
/>
|
|
|
<input
|
|
@@ -790,8 +793,10 @@
|
|
|
style="
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
- width: 55%;
|
|
|
- minwidth: 215px;
|
|
|
+ width: 80%;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
"
|
|
|
readonly="true"
|
|
|
@click="selectAttText(itemTaskIndex, index1)"
|
|
@@ -802,8 +807,10 @@
|
|
|
style="
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
- width: 55%;
|
|
|
- minwidth: 215px;
|
|
|
+ width: 80%;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
"
|
|
|
readonly="true"
|
|
|
@click="selectLine(itemTaskIndex, index1)"
|
|
@@ -4199,14 +4206,14 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
-@media screen and (max-width:1024px) {
|
|
|
- .mbCss{
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .mbCss {
|
|
|
flex-direction: column !important;
|
|
|
}
|
|
|
- .pjCss{
|
|
|
+ .pjCss {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
- .evaCss{
|
|
|
+ .evaCss {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
}
|
|
@@ -5157,7 +5164,12 @@ ol {
|
|
|
min-height: 100px;
|
|
|
z-index: 999;
|
|
|
}
|
|
|
-
|
|
|
+.upCss >>> .el-upload-list__item-name {
|
|
|
+ width: 100px;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
.addStageImg {
|
|
|
min-width: 25px;
|
|
|
min-height: 25px;
|