|
|
@@ -39,6 +39,7 @@
|
|
|
height: 74px;
|
|
|
float: left;
|
|
|
margin-top: 12px;
|
|
|
+ border: 1px solid rgb( 231, 231, 231 );
|
|
|
}
|
|
|
.add-rate table tbody tr td .add-rate-item-info {
|
|
|
display: inline-block;
|
|
|
@@ -106,7 +107,13 @@
|
|
|
.add-rate table thead tr td >div >span {
|
|
|
display: block;
|
|
|
}
|
|
|
- .add-rate table thead tr td >div >span.add-rate-item01 {
|
|
|
+ .add-rate table thead tr td >div >span.add-rate-item01 span {
|
|
|
+ float: right;
|
|
|
+ display: block;
|
|
|
+ width: 329px;
|
|
|
+ height: 35px;
|
|
|
+ word-break: break-all;
|
|
|
+ overflow-y: scroll;
|
|
|
}
|
|
|
.add-rate table thead tr td >div >span.add-rate-item02 {
|
|
|
margin-top: 5px;
|
|
|
@@ -178,10 +185,10 @@
|
|
|
height: 67px;
|
|
|
}
|
|
|
.add-rate table .buyer-first-rate .comment span{
|
|
|
- white-space: normal;
|
|
|
- text-overflow: ellipsis;
|
|
|
- overflow: hidden;
|
|
|
height: 60px;
|
|
|
+ width: 215px;
|
|
|
+ overflow-y: auto;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
.add-rate table .buyer-first-rate >div.isLeft {
|
|
|
margin-left: 100px;
|
|
|
@@ -249,7 +256,8 @@
|
|
|
}
|
|
|
.add-rate .reply-box ul {
|
|
|
max-height: 120px;
|
|
|
- overflow: auto;
|
|
|
+ overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
}
|
|
|
.add-rate .reply-box ul li {
|
|
|
width: 200px;
|
|
|
@@ -483,10 +491,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <input type="text" ng-model="modalTempData.modalTitle" ng-if="boxStatus == 3 || boxStatus == 4" class="modal-head" placeholder="请填写模板名称">
|
|
|
+ <input type="text" ng-model="modalTempData.modalTitle" ng-change="listenModalTitle()" ng-trim="false" ng-if="boxStatus == 3 || boxStatus == 4" class="modal-head" placeholder="请填写模板名称">
|
|
|
</div>
|
|
|
<div class="reply-box-text">
|
|
|
- <textarea ng-readonly="boxStatus == 1" placeholder="{{boxStatus==2?'请填写您对此评价的回复':boxStatus==3||boxStatus==4?'请填写模板内容':''}}" ng-change="listenRateContent()" ng-class="{'active': boxStatus != 1}" ng-model="modalTempData.rateContent"></textarea>
|
|
|
+ <textarea ng-readonly="boxStatus == 1" ng-trim="false" placeholder="{{boxStatus==2?'请填写您对此评价的回复':boxStatus==3||boxStatus==4?'请填写模板内容':''}}" ng-change="listenRateContent()" ng-class="{'active': boxStatus != 1}" ng-model="modalTempData.rateContent"></textarea>
|
|
|
<div class="add-rate-remind" ng-show="boxStatus != 1">
|
|
|
<span>{{modalTempData.rateContent.length || 0}}</span>
|
|
|
<span>/200</span>
|