fix 79837

This commit is contained in:
赵霄
2023-12-26 17:02:43 +08:00
parent c57cf05daf
commit faa4c770c4
@@ -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>