fix 79837
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
||||
return {
|
||||
visible: false,
|
||||
title: this.$t('projectLibrary.selectProject'),
|
||||
width: 800,
|
||||
width: 1100,
|
||||
// 存储表单的数据
|
||||
form: {},
|
||||
isEdit: false,
|
||||
@@ -151,6 +151,8 @@ export default {
|
||||
}
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user