|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="container lable-add-content">
|
|
|
- <el-dialog :title="visibleTitle" :visible.sync="showRegularDlg" width="600px" v-dialogDrag :close-on-click-modal="false" :modal-append-to-body="false" center @close="handleClose">
|
|
|
+ <el-dialog :title="visibleTitle" :visible.sync="showRegularDlg" width="700px" v-dialogDrag :close-on-click-modal="false" :modal-append-to-body="false" center @close="handleClose">
|
|
|
<div v-if="dataRegular.TagType == 1">
|
|
|
<div v-for="(item, index) in addDataList" :key="index" class="add-name-item">
|
|
|
<el-autocomplete style="width: 90%" v-model="item.name" clearable :fetch-suggestions="querySearchAsync" @select="tableSelectHandel(item)" placeholder="请输入内容"></el-autocomplete>
|
|
@@ -164,7 +164,7 @@ export default {
|
|
|
<style scoped lang="scss">
|
|
|
.lable-add-content {
|
|
|
.text-content {
|
|
|
- width: 487px;
|
|
|
+ width: 620px;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
border-radius: 4px;
|