Commit 436312c2 by caoyanzhi

解决冲突

parent f8d29e1d
<template>
<div>
<!-- 添加标签、编辑标签 -->
<<<<<<< HEAD
<el-dialog :title="title" :visible.sync="showEditTagPop" width="1000px" top="10vh" :before-close="handleClose" custom-class="edit-tag" :close-on-click-modal="false" append-to-body>
=======
<el-dialog :title="title" :visible.sync="showEditTagPop" width="700px" :before-close="handleClose" :close-on-click-modal="false" append-to-body>
>>>>>>> origin/dev
<div class="dialog-box">
<div class="tag-info">
<p class="tag-name">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment