<el-buttonstyle="width: 60px !important;height: 20px !important;"size="small"class="button-new-tag"@click="selectElement"v-if="!outputState">选择内容</el-button>
<el-buttonstyle="width: 60px !important;height: 20px !important;"size="small"class="button-new-tag"@click="cancelSelect"v-if="outputState">取消选择</el-button>
<el-buttonstyle="width: 70px !important;height: 20px !important;"size="small"class="button-new-tag"@click="selectElement"v-if="!clickState">选择点击内容</el-button>
<el-buttonstyle="width: 70px !important;height: 20px !important;"size="small"class="button-new-tag"@click="cancelSelect"v-if="clickState">取消选择</el-button>
<el-buttonstyle="width: 60px !important;height: 20px !important;"size="small"class="button-new-tag"@click="selectElement"v-if="!inputState">选择输入框</el-button>
<el-buttonstyle="width: 60px !important;height: 20px !important;"size="small"class="button-new-tag"@click="cancelSelect"v-if="inputState">取消选择</el-button>