|
@@ -9308,7 +9308,7 @@
|
|
|
<img src="../assets/icon/question.png" alt />
|
|
<img src="../assets/icon/question.png" alt />
|
|
|
</div>
|
|
</div>
|
|
|
<div class="queTitle">
|
|
<div class="queTitle">
|
|
|
- <div style="min-width: 90px">{{ lang.ssQuestionColon }}</div>
|
|
|
|
|
|
|
+ <div style="min-width: 60px">{{ lang.ssQuestionColon }}</div>
|
|
|
<div>{{ answerQ }}</div>
|
|
<div>{{ answerQ }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -9353,7 +9353,7 @@
|
|
|
<img src="../assets/icon/question.png" alt />
|
|
<img src="../assets/icon/question.png" alt />
|
|
|
</div>
|
|
</div>
|
|
|
<div class="queTitle">
|
|
<div class="queTitle">
|
|
|
- <div style="min-width: 90px">{{ lang.ssQuestionColon }}</div>
|
|
|
|
|
|
|
+ <div style="min-width: 60px">{{ lang.ssQuestionColon }}</div>
|
|
|
<div>{{ answerQ }}</div>
|
|
<div>{{ answerQ }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -11802,7 +11802,7 @@
|
|
|
<el-dialog
|
|
<el-dialog
|
|
|
:title="lang.ssWordCloudTitle"
|
|
:title="lang.ssWordCloudTitle"
|
|
|
:visible.sync="dialogVisibleWordCloud"
|
|
:visible.sync="dialogVisibleWordCloud"
|
|
|
- width="30%"
|
|
|
|
|
|
|
+ width="800px"
|
|
|
class="dialog_diy"
|
|
class="dialog_diy"
|
|
|
:before-close="handleClose">
|
|
:before-close="handleClose">
|
|
|
<choseWordCloud :cloudData="wordCloudData" :key="wordCloudKey" :dialogVisibleWordCloud="dialogVisibleWordCloud"></choseWordCloud>
|
|
<choseWordCloud :cloudData="wordCloudData" :key="wordCloudKey" :dialogVisibleWordCloud="dialogVisibleWordCloud"></choseWordCloud>
|
|
@@ -21912,13 +21912,14 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.returnBtn {
|
|
.returnBtn {
|
|
|
- width: 86px;
|
|
|
|
|
- height: 36px;
|
|
|
|
|
|
|
+ /* width: 86px;
|
|
|
|
|
+ height: 36px; */
|
|
|
background: #3681fc;
|
|
background: #3681fc;
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- line-height: 36px;
|
|
|
|
|
|
|
+ padding: 8px 10px;
|
|
|
|
|
+ /* line-height: 36px; */
|
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -22208,7 +22209,7 @@ export default {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
- align-items: center;
|
|
|
|
|
|
|
+ align-items: self-start;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -22271,7 +22272,7 @@ export default {
|
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
|
font-size: 25px;
|
|
font-size: 25px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
|
|
|
|
+ /* align-items: center; */
|
|
|
}
|
|
}
|
|
|
.queTitle > div:nth-child(1){
|
|
.queTitle > div:nth-child(1){
|
|
|
width: 120px;
|
|
width: 120px;
|
|
@@ -23959,7 +23960,7 @@ export default {
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
padding: 5px;
|
|
padding: 5px;
|
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
|
- min-width: 85px;
|
|
|
|
|
|
|
+ min-width: 95px;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
color: #0061ff;
|
|
color: #0061ff;
|
|
|
border: 1px solid #0061ff;
|
|
border: 1px solid #0061ff;
|
|
@@ -24428,7 +24429,7 @@ ol {
|
|
|
.scoreBox .t,
|
|
.scoreBox .t,
|
|
|
.scoreDetailBox .t {
|
|
.scoreDetailBox .t {
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
- width: 100px;
|
|
|
|
|
|
|
+ min-width: 100px;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -25274,7 +25275,7 @@ ol {
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- padding: 10px 0 10px 40px;
|
|
|
|
|
|
|
+ padding: 10px 0 10px 25px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|