|
@@ -35,7 +35,7 @@
|
|
|
<el-input
|
|
|
:key="k"
|
|
|
v-model="li.content"
|
|
|
- :class="['content_input', ...computedAnswerClass(mark, li.mark)]"
|
|
|
+ :class="['fill', ...computedAnswerClass(mark, li.mark)]"
|
|
|
placeholder="请输入"
|
|
|
:style="[{ width: Math.max(80, li.content.length * 16) + 'px' }]"
|
|
|
/>
|
|
@@ -212,7 +212,7 @@ export default {
|
|
|
border-bottom: 1px solid #eaeffb;
|
|
|
|
|
|
%input,
|
|
|
- .el-input.content_input {
|
|
|
+ .el-input.fill {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
width: 120px;
|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .fill_input {
|
|
|
+ .input {
|
|
|
@extend %input;
|
|
|
|
|
|
:deep input.el-input__inner {
|