修改禅道已知bug
This commit is contained in:
+11
-7
@@ -125,14 +125,16 @@
|
|||||||
</span>
|
</span>
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
</a-select>
|
</a-select>
|
||||||
<a-button class="box-button-index"
|
|
||||||
:title="$t('addStandardInformation')"
|
|
||||||
type="primary" @click="bringInDocumentInformationClick">
|
|
||||||
{{$t('addStandardInformation')}}
|
|
||||||
</a-button>
|
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
<a-col :span="8">
|
||||||
|
<a-button class="box-button-index"
|
||||||
|
:title="$t('addStandardInformation')"
|
||||||
|
type="primary" @click="bringInDocumentInformationClick">
|
||||||
|
{{$t('addStandardInformation')}}
|
||||||
|
</a-button>
|
||||||
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
<a-col :span="24" style="height: 380px">
|
<a-col :span="24" style="height: 380px">
|
||||||
@@ -799,8 +801,9 @@
|
|||||||
width: 120px;
|
width: 120px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
float: right;
|
/*float: right;*/
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .box-button-index span {
|
::v-deep .box-button-index span {
|
||||||
@@ -843,8 +846,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-input-index {
|
.box-input-index {
|
||||||
width: calc(100% - 130px);
|
/*width: calc(100% - 130px);*/
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user