mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 01:56:43 +08:00
Merge branch 'feature/【GFRS-2138】资料影像件补充栏优化' into dev
This commit is contained in:
@@ -10,10 +10,10 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="query">
|
<div class="query">
|
||||||
<div>补充说明</div>
|
<div>补充说明</div>
|
||||||
<input id="supplementDesc" type="text" placeholder="如您有需要说明的内容, 请在此输入" v-model="suplementDesc" :maxlength="200" />
|
<textarea id="supplementDesc" v-model="suplementDesc" :maxlength="200" placeholder="如您有需要说明的内容, 请在此输入" />
|
||||||
</div>
|
</div>
|
||||||
<div class="query">
|
<div class="query">
|
||||||
<div>问题说明</div>
|
<div class="mb5">问题说明</div>
|
||||||
<p>
|
<p>
|
||||||
{{ problemDetail.issueContent }}
|
{{ problemDetail.issueContent }}
|
||||||
</p>
|
</p>
|
||||||
@@ -853,10 +853,7 @@ export default {
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
#supplementDesc {
|
#supplementDesc {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
border: 1px solid #e5e5e5;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px 0;
|
|
||||||
text-indent: 1em;
|
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
@@ -870,19 +867,12 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.feedback {
|
.feedback {
|
||||||
border-bottom: 1px solid #eee;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
.title {
|
.title {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
textarea {
|
|
||||||
font-size: 13px;
|
|
||||||
border: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 60px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.selectList {
|
.selectList {
|
||||||
.item {
|
.item {
|
||||||
@@ -927,4 +917,13 @@ export default {
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
textarea {
|
||||||
|
font-size: 13px;
|
||||||
|
border: 0;
|
||||||
|
width: 96%;
|
||||||
|
height: 60px;
|
||||||
|
border: 1px solid #e5e5e5;
|
||||||
|
padding: 5px;
|
||||||
|
resize: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user