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