feat: There is no way the, bug #55749
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<span>{{stand.standardEncdoing}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row" v-if="stand.classification !== 'OTHER'">
|
||||
<div class="item">
|
||||
<span :title="stand.standardEncdoing + stand.standardName">{{stand.standardName}}</span>
|
||||
</div>
|
||||
|
||||
@@ -7,15 +7,15 @@
|
||||
</div>
|
||||
<div class="divWhiteSpace">
|
||||
<div class="row">
|
||||
<div class="item">
|
||||
<div class="item1">
|
||||
<div>提问:
|
||||
<span>{{question.problemDescription}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row" >
|
||||
<div class="item">
|
||||
<div>{{question.answerer}}
|
||||
<div>{{question.questioner}}
|
||||
<span>{{question.questionTime}}</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -78,6 +78,12 @@ export default {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.item1 {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
white-space: -moz-pre-wrap;
|
||||
|
||||
@@ -4,7 +4,12 @@
|
||||
<div id="stand-item">
|
||||
<div class="row">
|
||||
<div class="item">
|
||||
<span>{{stand.standardName}}</span>
|
||||
<span>{{stand.standardEncdoing}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" v-if="stand.classification !== 'OTHER'">
|
||||
<div class="item">
|
||||
<span :title="stand.standardEncdoing + stand.standardName">{{stand.standardName}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1048,6 +1048,7 @@ export default {
|
||||
pubQue : '',//公共问题
|
||||
classification: 'INLAND', //标准类型
|
||||
problemDescription: '', //问题
|
||||
questioner: this.$store.getters.userInfo.userId, //提问人
|
||||
standardEncdoing: '', //标准编号
|
||||
standardName: '', //标准名称
|
||||
standardId:'', //标准id
|
||||
|
||||
Reference in New Issue
Block a user