This commit is contained in:
高嵩
2023-01-12 18:41:45 +08:00
parent ebe018bb1a
commit c57ec9ff59
6 changed files with 16 additions and 14 deletions
@@ -885,7 +885,7 @@
}
::v-deep .ant-table-body {
background: transparent !important;
//background: transparent !important;
}
.textfield {
@@ -1130,9 +1130,9 @@
overflow: visible;
}
::v-deep .ant-table-body {
padding-bottom: 7px;
}
//::v-deep .ant-table-body {
// padding-bottom: 7px;
//}
::v-deep .ant-table-body-inner {
padding-bottom: 16px;
@@ -748,7 +748,7 @@
.box-input {
display: inline-block;
width: calc(100% - 64px);
width: calc(100% - 126px);
height: 38px;
margin-top: 2px;
}
@@ -33,7 +33,7 @@
<span class="title-text-text"
:title="$t('remarks')">{{$t('remarks')}}</span>
</div>
<a-form-model-item class="itemModel" :prop="!disabled?'certificationProgressRemark':''">
<a-form-model-item class="itemModel remarkbox" :prop="!disabled?'certificationProgressRemark':''">
<a-textarea
:placeholder="$t('PleaseEnter')+$t('remarks')"
:disabled="disabled"
@@ -159,7 +159,7 @@ export default {
.box-input {
display: inline-block;
height: 38px;
width: 100%;
width: 128%;
}
.itemModel {
@@ -171,7 +171,9 @@ export default {
.title-text-text {
margin-top: 9px;
}
/deep/ .remarkbox .ant-form-item-control{
width: 128%;
}
.headerText {
margin-left: 30px;
color: #040B29;
@@ -2426,7 +2426,7 @@
.box-input {
display: inline-block;
width: 70%;
width: calc(100% - 126px);
height: 38px;
margin-top: 2px;
}
@@ -2550,9 +2550,9 @@
/*::v-deep .ant-table-fixed-right .ant-table-body-inner {*/
/* overflow-y: scroll;*/
/*}*/
::v-deep .ant-table-body {
padding-bottom: 7px;
}
//::v-deep .ant-table-body {
// padding-bottom: 7px;
//}
::v-deep .ant-table-body-inner {
padding-bottom: 16px;
@@ -23,7 +23,7 @@
</a-col>
<a-col :md="6" :sm="8">
<div class="box-title-text">
<div class="title-text" style="width: 64px" :title="$t('areaOfResponsibility')">
<div class="title-text" :title="$t('areaOfResponsibility')">
<span>{{$t('areaOfResponsibility')}}</span>
</div>
<j-dict-select-tag class="box-input" v-model="queryParam.dutyTerritory"
@@ -331,7 +331,7 @@
.box-input {
display: inline-block;
width: 70%;
width: calc(100% - 126px);
height: 38px;
margin-top: 2px;
}