修改bug

This commit is contained in:
zyx.net
2022-08-09 17:53:08 +08:00
parent 3f3806104a
commit e3887b28d6
9 changed files with 84 additions and 83 deletions
@@ -17,9 +17,8 @@
<span class="title-text-text" :title="$t('cutoffTime')">
{{$t('cutoffTime')}}</span>
</div>
<a-form-model-item class="itemModel" prop="legalTaskConfirmation">
<a-form-model-item class="itemModel" prop="legalTaskConfirmation" >
<a-date-picker class="box-input"
style='width: 160px'
:placeholder="$t('PleaseSelect')+$t('cutoffTime')"
@change="onChange" @ok="onOk"
format="YYYY-MM-DD"
@@ -290,21 +289,20 @@ export default {
.box-title-text {
line-height: 1.4;
display: flex;
width: 276px;
/*align-items: center;*/
}
.title-text {
width: 114px;
width: 90px;
text-align: right;
display: inline-block;
font-weight: 500;
font-weight: bold;
font-size: 14px;
margin-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
height: 42px;
line-height: 48px;
}
.box-input {
@@ -325,29 +323,30 @@ export default {
}
.title-text-text {
margin-top: 9px;
margin-top: 11px;
display: inline-block;
}
.header-text {
font-size: 16px;
font-weight: bold;
margin-left: 15px;
/*border-bottom: 1px #d9d9d9 dashed;*/
height: 30px;
margin-bottom: 30px;
}
.formAdd {
margin-bottom: 40px;
/*margin-bottom: 40px;*/
}
.drawer-bootom-button {
position: absolute;
bottom: 0;
width: 100%;
z-index:100;
border-top: 1px solid #e8e8e8;
padding: 10px 16px;
text-align: right;
left: 0;
.button-text {
height: 38px;
width: calc(100% - 120px);
line-height: 38px;
background: #fff;
border-radius: 0 0 2px 2px;
}
/deep/.add-input{
min-height: 135px!important;
border: 1px #00B3BE solid;
color: #00B3BE;
}
</style>
<style lang='less'>
@@ -11,7 +11,7 @@
>
<a-row :gutter='24'>
<a-col :span="12">
<div class="box-title-text">
<div class="box-title-text" >
<div class="title-text">
<span class="Required">*</span>
<span class="title-text-text" :title="$t('cutoffTime')">
@@ -19,7 +19,6 @@
</div>
<a-form-model-item class="itemModel" prop="legalTaskConfirmation">
<a-date-picker class="box-input"
style='width: 160px'
:placeholder="$t('PleaseSelect')+$t('cutoffTime')"
@change="onChange" @ok="onOk"
format="YYYY-MM-DD"
@@ -290,20 +289,20 @@ export default {
.box-title-text {
line-height: 1.4;
display: flex;
width: 276px;
/*align-items: center;*/
}
.title-text {
width: 114px;
width: 90px;
text-align: right;
display: inline-block;
font-weight: 500;
font-weight: bold;
font-size: 14px;
margin-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
height: 42px;
line-height: 48px;
}
.box-input {
@@ -324,29 +323,30 @@ export default {
}
.title-text-text {
margin-top: 9px;
margin-top: 11px;
display: inline-block;
}
.header-text {
font-size: 16px;
font-weight: bold;
margin-left: 15px;
/*border-bottom: 1px #d9d9d9 dashed;*/
height: 30px;
margin-bottom: 30px;
}
.formAdd {
margin-bottom: 40px;
/*margin-bottom: 40px;*/
}
.drawer-bootom-button {
position: absolute;
bottom: 0;
width: 100%;
z-index:100;
border-top: 1px solid #e8e8e8;
padding: 10px 16px;
text-align: right;
left: 0;
.button-text {
height: 38px;
width: calc(100% - 120px);
line-height: 38px;
background: #fff;
border-radius: 0 0 2px 2px;
}
/deep/.add-input{
min-height: 135px!important;
border: 1px #00B3BE solid;
color: #00B3BE;
}
</style>
<style lang='less'>