| | |
| | | <template> |
| | | <el-dialog title="链接类型" :visible.sync="showSubmitDialog" append-to-body @close="closeSubmitDialog" width="70%" |
| | | <el-dialog title="链接类型" :visible.sync="showSubmitDialog" append-to-body @close="closeSubmitDialog" width="70%" top="6vh" |
| | | style="height: 115vh;"> |
| | | <el-form ref="form" :model="linkType" show-message="true" inline size="medium" label-suffix=":" |
| | | class="linkTypeForm" :rules="rules" @resetFields="resetForm" status-icon="true"> |
| | |
| | | showSubmitDialog: false, |
| | | option: { |
| | | height: "330px", |
| | | tip:false, |
| | | selection: true, |
| | | headerAlign: 'center', |
| | | border: true, |
| | |
| | | this.$refs.attrTable.refreshTable(); |
| | | }) |
| | | }, |
| | | // |
| | | // |
| | | viewChange() { |
| | | |
| | | }, |
| | |
| | | display: none !important; |
| | | } |
| | | |
| | | .linkTypeForm>.el-form-item>.el-form-item__content>.el-input>.el-input__inner { |
| | | width: 200px; |
| | | .linkTypeForm>.el-form-item>.el-form-item__content>.el-input>.el-input__inner,.linkTypeForm>.el-form-item>.el-form-item__content>.el-select{ |
| | | width: 290px; |
| | | } |
| | | |
| | | .descClass>.el-input__inner { |
| | |
| | | #descId { |
| | | width: 57vw; |
| | | } |
| | | .el-tag + .el-tag{ |
| | | margin-top: 2px; |
| | | } |
| | | </style> |