|
@@ -22,7 +22,7 @@
|
|
|
item.detail &&
|
|
|
item.detail.pyNumber &&
|
|
|
item.detail.pyNumber[0] > 0
|
|
|
- ? 'radio-hasPy'
|
|
|
+ ? curQue.pyPosition=='top'?'radio-hasPy':'radio-hasPy-bottom'
|
|
|
: ''
|
|
|
"
|
|
|
:disabled="TaskModel == 'ANSWER' || items.Isexample"
|
|
@@ -76,7 +76,7 @@
|
|
|
item.detail &&
|
|
|
item.detail.pyNumber &&
|
|
|
item.detail.pyNumber[0] > 0
|
|
|
- ? 'radio-hasPy'
|
|
|
+ ? curQue.pyPosition=='top'?'radio-hasPy':'radio-hasPy-bottom'
|
|
|
: '',
|
|
|
]"
|
|
|
:disabled="true"
|
|
@@ -119,7 +119,7 @@
|
|
|
item.detail &&
|
|
|
item.detail.pyNumber &&
|
|
|
item.detail.pyNumber[0] > 0
|
|
|
- ? 'radio-hasPy'
|
|
|
+ ? curQue.pyPosition=='top'?'radio-hasPy':'radio-hasPy-bottom'
|
|
|
: ''
|
|
|
"
|
|
|
:disabled="TaskModel == 'ANSWER' || items.Isexample"
|
|
@@ -174,7 +174,7 @@
|
|
|
item.detail &&
|
|
|
item.detail.pyNumber &&
|
|
|
item.detail.pyNumber[0] > 0
|
|
|
- ? 'radio-hasPy'
|
|
|
+ ? curQue.pyPosition=='top'?'radio-hasPy':'radio-hasPy-bottom'
|
|
|
: '',
|
|
|
]"
|
|
|
:disabled="TaskModel == 'ANSWER' || items.Isexample"
|
|
@@ -512,7 +512,12 @@ ul {
|
|
|
}
|
|
|
.radio-hasPy {
|
|
|
.option_number {
|
|
|
- padding-top: 24px;
|
|
|
+ padding-top: 12px;
|
|
|
+ }
|
|
|
+ &-bottom{
|
|
|
+ .option_number {
|
|
|
+ margin-top: -10px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.option_left_right {
|
|
@@ -575,10 +580,18 @@ ul {
|
|
|
}
|
|
|
.radio-hasPy {
|
|
|
.el-radio__inner {
|
|
|
- margin-top: 24px;
|
|
|
+ margin-top: 6px;
|
|
|
}
|
|
|
.el-checkbox__inner {
|
|
|
- margin-top: 24px;
|
|
|
+ margin-top: 6px;
|
|
|
+ }
|
|
|
+ &-bottom{
|
|
|
+ .el-radio__inner {
|
|
|
+ margin-top: -4px;
|
|
|
+ }
|
|
|
+ .el-checkbox__inner {
|
|
|
+ margin-top: -4px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.option_left_right {
|