fix 79837
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
visible: false,
|
visible: false,
|
||||||
title: this.$t('projectLibrary.selectProject'),
|
title: this.$t('projectLibrary.selectProject'),
|
||||||
width: 800,
|
width: 1100,
|
||||||
// 存储表单的数据
|
// 存储表单的数据
|
||||||
form: {},
|
form: {},
|
||||||
isEdit: false,
|
isEdit: false,
|
||||||
@@ -151,6 +151,8 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped lang="less">
|
||||||
|
/deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {
|
||||||
|
min-width: 80px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user